mirror of
https://github.com/php/php-src.git
synced 2026-04-15 03:51:07 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Use string literal as format
This commit is contained in:
@@ -71,7 +71,7 @@ static void zend_win_error_message(int type, char *msg, int err)
|
||||
|
||||
LocalFree( lpMsgBuf );
|
||||
|
||||
zend_accel_error(type, msg);
|
||||
zend_accel_error(type, "%s", msg);
|
||||
}
|
||||
|
||||
static char *create_name_with_username(char *name)
|
||||
|
||||
Reference in New Issue
Block a user