Fix various printf arg types.

This commit is contained in:
Jilles Tjoelker 2014-02-23 22:46:06 +01:00
parent 29c451d0ce
commit 77910830e3
6 changed files with 10 additions and 9 deletions

View file

@ -374,7 +374,7 @@ report_this_status(struct Client *source_p, struct Client *target_p)
sendto_one_numeric(source_p, RPL_TRACEUNKNOWN,
form_str(RPL_TRACEUNKNOWN),
class_name, name, ip,
rb_current_time() - target_p->localClient->firsttime);
(unsigned long)(rb_current_time() - target_p->localClient->firsttime));
cnt++;
break;