mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
improve format string
This commit is contained in:
parent
dcfb7638bc
commit
5b09f342fe
@ -830,7 +830,7 @@ PHP_FUNCTION(gzencode)
|
||||
}
|
||||
|
||||
if ((level < -1) || (level > 9)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level(%d) must be within -1..9", level);
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level(%ld) must be within -1..9", level);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user