0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

warnings fixed

This commit is contained in:
Valery Yatsko 2008-04-02 16:10:09 +04:00
parent a4597cd8d9
commit 060755414b

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