mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
- Fix compiler warning
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ PHPDBG_API int phpdbg_do_cmd(const phpdbg_command_t *command, phpdbg_input_t *in
|
||||
int arg;
|
||||
for (arg=1; arg<input->argc; arg++) {
|
||||
phpdbg_debug(
|
||||
"\t#%d: [%s=%d]",
|
||||
"\t#%d: [%s=%zu]",
|
||||
arg,
|
||||
input->argv[arg]->string,
|
||||
input->argv[arg]->length);
|
||||
|
||||
Reference in New Issue
Block a user