Re-fix compilation of src/modcmd.c.
authorMichael Poole <mdpoole@troilus.org>
Sun, 30 Oct 2011 17:32:11 +0000 (13:32 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 30 Oct 2011 17:32:11 +0000 (13:32 -0400)
(I'm not sure why it looked like this compiled before.)

src/modcmd.c (check_alias_args): strtoul has an attribute that makes
  gcc warn if its result is not used, so store (but ignore) its result.


No differences found