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 f9de2f89b2
commit 8682f1cb32

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",