From: Shlomi Fish Date: Wed, 29 Apr 2020 08:06:34 +0000 (+0300) Subject: refactoring X-Git-Tag: fortune-mod-2.22.0~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00da8e3a4e23705a75ae198380c5708e8a504dc6;p=fortune-mod refactoring --- diff --git a/fortune-mod/util/strfile.c b/fortune-mod/util/strfile.c index 4968440..7385172 100644 --- a/fortune-mod/util/strfile.c +++ b/fortune-mod/util/strfile.c @@ -86,9 +86,7 @@ #define CHUNKSIZE 512 -#define ALWAYS 1 #define ALLOC(ptr, sz) \ - if (ALWAYS) \ { \ if (ptr == NULL) \ ptr = malloc((unsigned int)(CHUNKSIZE * sizeof *ptr)); \