mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
- Fixed compile warnings
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ PHP_FUNCTION(mt_rand)
|
||||
}
|
||||
|
||||
if (max < min) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%d) is smaller than min(%d)", max, min);
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%ld) is smaller than min(%ld)", max, min);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user