1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

fix build with Intel C Compiler

This commit is contained in:
Antony Dovgal
2006-07-27 07:39:30 +00:00
parent f58da213ff
commit bbf2ab4d45

View File

@@ -276,7 +276,7 @@ onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist)
UChar bs[6];
va_list args;
va_init_list(args, (const char* )fmt);
va_init_list(args, fmt);
n = vsnprintf((char* )buf, bufsize, (const char* )fmt, args);
va_end(args);