]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngt_RandomStr(): Add implicit cast to "unsigned".
authorAlexander Barton <alex@barton.de>
Sat, 18 Aug 2012 10:34:11 +0000 (12:34 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 18 Aug 2012 10:34:11 +0000 (12:34 +0200)
This fixes the following warning of Xcode 4.5:

 src/tool/tool.c:150:19:
  Implicit conversion loses integer precision: 'long' to 'unsigned int'


No differences found