]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/local_scan.h
Revert "preallocate store for config", which appears to have been a mis-merge. Bug...
[user/henk/code/exim.git] / src / src / local_scan.h
index be263227eb69a8b360c390ec17be32015344bbf7..c1e1f9bc161467c65621aee35de4a2247f851341 100644 (file)
@@ -190,7 +190,7 @@ extern void    smtp_printf(const char *, BOOL, ...) PRINTF_FUNCTION(1,3);
 extern void    smtp_vprintf(const char *, BOOL, va_list);
 
 #define string_sprintf(fmt, ...) \
-       string_sprintf_trc(fmt, US __FUNCTION__, __LINE__ __VA_OPT__(,) __VA_ARGS__)
+       string_sprintf_trc(fmt, US __FUNCTION__, __LINE__, __VA_ARGS__)
 extern uschar *string_sprintf_trc(const char *, const uschar *, unsigned, ...) ALMOST_PRINTF(1,4);
 
 #ifdef LOCAL_SCAN