warnings fixed

This commit is contained in:
Valery Yatsko 2008-04-02 16:10:09 +04:00
parent bcf2cc4996
commit 7e98780bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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