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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user