X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flocal_scan.h;h=c1e1f9bc161467c65621aee35de4a2247f851341;hb=47b118b298f8d89fe356792daed1eb807fce7952;hp=be263227eb69a8b360c390ec17be32015344bbf7;hpb=276f020fb7d0ce2740e90a749b3a49d0d5f74d3d;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/local_scan.h b/src/src/local_scan.h index be263227e..c1e1f9bc1 100644 --- a/src/src/local_scan.h +++ b/src/src/local_scan.h @@ -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