We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbc1e0 commit 877c1d7Copy full SHA for 877c1d7
1 file changed
wolfssl/wolfcrypt/types.h
@@ -832,7 +832,7 @@ typedef struct w64wrapper {
832
#include <stdio.h>
833
#define XSPRINTF sprintf
834
/* snprintf not available for C89, so remap using macro */
835
- #define XSNPRINTF(f, len, ...) sprintf(f, ...)
+ #define XSNPRINTF(f, len, ...) sprintf(f, __VA_ARGS__)
836
#else
837
838
#define XSNPRINTF snprintf
0 commit comments