Fixed formatting issue.

This commit is contained in:
Ilia Alshanetsky 2003-10-17 02:47:44 +00:00
parent c66bcc7b74
commit a2e95e4b91

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);
}