warnings fixed
This commit is contained in:
parent
bcf2cc4996
commit
7e98780bbb
|
@ -991,7 +991,7 @@ stats_tstats(struct Client *source_p)
|
|||
sp.is_sbr / 1024);
|
||||
sendto_one_numeric(source_p, RPL_STATSDEBUG,
|
||||
"T :time connected %lu %lu",
|
||||
sp.is_cti, sp.is_sti);
|
||||
(long) sp.is_cti, (long) sp.is_sti);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue