Fix compilation with gcc 4.3 and glibc 2.8.90.
authorMichael Poole <mdpoole@troilus.org>
Sat, 3 Jan 2009 19:56:39 +0000 (14:56 -0500)
committerMichael Poole <mdpoole@troilus.org>
Sat, 3 Jan 2009 19:56:39 +0000 (14:56 -0500)
commitfe31be6543a6004cb6fbf3554d286e4f4f93a9b8
tree4e0ca132002436fbde3e3de2064dab10bc6f6e13
parentfe3f7de84f4d13a4f41eec7ade8a39cd2842ca3a
Fix compilation with gcc 4.3 and glibc 2.8.90.

src/mod-helpserv.c (create_request): Use explicit format strings for
  sprintf() when no format argument is passed.
src/modcmd.c: Store the result of strtoul() into a variable.
src/nickserv.c: Pay attention to the return value of fgets().
src/mod-helpserv.c
src/modcmd.c
src/nickserv.c