]> arthur.barton.de Git - ngircd-alex.git/commit
Add some type casts to random() and srandom() functions
authorAlexander Barton <alex@barton.de>
Tue, 12 Apr 2011 19:23:14 +0000 (21:23 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 12 Apr 2011 19:23:14 +0000 (21:23 +0200)
commite70e81460b99d6b00cb6d13d7ce7537dcd4965f8
treedc3767346be61dc62cc26895b48a9da8f416f547
parent5acb90fafc9dea012967751fb6a5c7847da1820a
Add some type casts to random() and srandom() functions

This fixes two gcc warnings (on Mac OS X):
 "warning: implicit conversion shortens 64-bit value into a 32-bit value"
src/ngircd/proc.c