Fix various printf arg types.
This commit is contained in:
parent
29c451d0ce
commit
77910830e3
6 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue