]> git.marmaro.de Git - mmh/blobdiff - uip/msh.c
Changed some string terminations from NULL to \0.
[mmh] / uip / msh.c
index 2769c240af70be88ca2b5373a260f599759a868f..eeb87a10151ed6854b7175ba96b5cb78eeb52e00 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -754,7 +754,7 @@ setup (char *file)
     if (!(mp = (struct msgs  *) calloc ((size_t) 1, sizeof(*mp))))
        padios (NULL, "unable to allocate folder storage");
 
-    if (!(mp->msgstats = calloc ((size_t) 1, msgp + 3)))
+    if (!(mp->msgstats = calloc ((size_t) msgp + 3, sizeof(*(mp->msgstats)))))
        padios (NULL, "unable to allocate message status storage");
 
     mp->hghmsg = msgp;