Fix type mismatch with format string.

Could have broken on some 64-bit machines.
This commit is contained in:
Jilles Tjoelker 2008-03-29 21:56:15 +01:00
parent bf4c2e5bbf
commit 9b4ce61d2a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ tstats(struct Client *source_p)
sendto_one_numeric(source_p, RPL_STATSDEBUG,
"T :numerics seen %u", sp->is_num);
sendto_one_numeric(source_p, RPL_STATSDEBUG,
"T :tgchange blocked msgs %u restricted addrs %u",
"T :tgchange blocked msgs %u restricted addrs %lu",
sp->is_tgch, dlink_list_length(&tgchange_list));
sendto_one_numeric(source_p, RPL_STATSDEBUG,
"T :auth successes %u fails %u",