diff options
Diffstat (limited to 'src/vsnprintf.c')
| -rw-r--r-- | src/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 184e1ed24..c5aa3da04 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -161,7 +161,7 @@ int fl_vsnprintf(char* buffer, size_t bufsize, const char* format, va_list ap) { case 'x' : if ((width + 2) > sizeof(temp)) break; -#ifdef HAVE_LONg_LONG +#ifdef HAVE_LONG_LONG if (size == 'L') sprintf(temp, tformat, va_arg(ap, long long)); else |
