X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fmotd.c;h=bdad75eeb5bb5c20d7d3679b0dcc36461b2c4341;hb=refs%2Fheads%2Fupstream;hp=d0627e8f17bcc66ab891cdbd8b6dc541209a089f;hpb=d4908646057e071195a98e324ff99ac1647226dd;p=ircu2.10.12-pk.git diff --git a/ircd/motd.c b/ircd/motd.c index d0627e8..bdad75e 100644 --- a/ircd/motd.c +++ b/ircd/motd.c @@ -447,10 +447,10 @@ motd_memory_count(struct Client *cptr) struct Motd *ptr; struct MotdCache *cache; unsigned int mt = 0, /* motd count */ - mtm = 0, /* memory consumed by motd */ mtc = 0, /* motd cache count */ - mtcm = 0, /* memory consumed by motd cache */ mtf = 0; /* motd free list count */ + size_t mtm = 0, /* memory consumed by motd */ + mtcm = 0; /* memory consumed by motd cache */ if (MotdList.local) { mt++;