Skip to content

Commit c768abd

Browse files
committed
fix bugsnet #66594, thanks [email protected]
1 parent 1c0fccf commit c768abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ PHPDBG_API phpdbg_input_t *phpdbg_read_input(char *buffered TSRMLS_DC) /* {{{ */
479479

480480
#ifndef HAVE_LIBREADLINE
481481
if (!(PHPDBG_G(flags) & PHPDBG_IS_REMOTE)) {
482-
if (!phpdbg_write(phpdbg_get_prompt(TSRMLS_C))) {
482+
if (!phpdbg_write("%s", phpdbg_get_prompt(TSRMLS_C))) {
483483
goto disconnect;
484484
}
485485
}

0 commit comments

Comments
 (0)