build: fix variadic arg forwarding on macro
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "raai-helper.h"
|
||||
|
||||
#ifdef TINYMITM_LOGS
|
||||
#define TINYMITM_WRITELOG(type, ...) _log->type(...)
|
||||
#define TINYMITM_WRITELOG(type, ...) _log->type(__VA_ARGS__)
|
||||
#else
|
||||
#define TINYMITM_WRITELOG()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user