warnings fixed
This commit is contained in:
parent
a4597cd8d9
commit
060755414b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue