1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

Fixed formatting issue.

This commit is contained in:
Ilia Alshanetsky
2003-10-17 02:47:44 +00:00
parent c66bcc7b74
commit a2e95e4b91
+1 -1
View File
@@ -132,7 +132,7 @@ static void ini_error(char *str)
fprintf(stderr, "PHP: %s", error_buf);
#endif
} else {
zend_error(E_WARNING, error_buf);
zend_error(E_WARNING, "%s", error_buf);
}
efree(error_buf);
}