1
0
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:
Anatol Belski
2018-03-12 15:18:11 +01:00

View File

@@ -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)