summaryrefslogtreecommitdiff
path: root/phpdbg_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r--phpdbg_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c
index 7dbb5dc412..b604822d69 100644
--- a/phpdbg_set.c
+++ b/phpdbg_set.c
@@ -28,7 +28,7 @@ PHPDBG_SET(prompt) /* {{{ */
{
switch (param->type) {
case EMPTY_PARAM:
- phpdbg_writeln(phpdbg_get_prompt(TSRMLS_C));
+ phpdbg_writeln("%s", phpdbg_get_prompt(TSRMLS_C));
break;
case STR_PARAM: