X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fmf.c;h=7c6f004c0a5f72d960ebd4a5b5a185c4ad867c64;hp=3134328b985a21d06890a6bcffe565923925f514;hb=b78007de9802005825390bee71dfce2306b42519;hpb=10eff860a28b96582526eb739fd0a55441669938 diff --git a/sbr/mf.c b/sbr/mf.c index 3134328..7c6f004 100644 --- a/sbr/mf.c +++ b/sbr/mf.c @@ -42,7 +42,7 @@ getcpy(char *s) for(;;) pause(); } - p = mh_xcalloc((size_t) (strlen(s) + 2), sizeof(char)); + p = mh_xcalloc(strlen(s) + 2, sizeof(char)); strcpy(p, s); return p; }