]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.c
inc/test-eom-align: Replace case on $MBOX_TYPE with interpolation.
[nmh] / uip / popsbr.c
index f913fce2ef5733e02818d879df4ee62c008de3b6..d79c8b3d2f628bfbefb5fd4a8139b284c752c181 100644 (file)
@@ -108,7 +108,7 @@ parse_proxy(char *proxy, char *host)
 
    /* put together list of arguments */
     p = pargv = mh_xmalloc(pargc * sizeof(char *));
-    c = *pargv = mh_xmalloc(plen * sizeof(char));
+    c = *pargv = mh_xmalloc(plen);
     for (cur = pro; *cur; cur++) {
         if (isspace(*cur) && cur[1] && !isspace(cur[1])) {
            *c++ = '\0';