summaryrefslogtreecommitdiff
path: root/Zend/zend_sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_sprintf.c')
-rw-r--r--Zend/zend_sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c
index 878ba32d28..57fd0ecfbe 100644
--- a/Zend/zend_sprintf.c
+++ b/Zend/zend_sprintf.c
@@ -26,7 +26,7 @@
# include <stdarg.h>
#endif
-#if BROKEN_SPRINTF
+#if ZEND_BROKEN_SPRINTF
int zend_sprintf(char *buffer, const char *format, ...)
{
va_list args;