From fec3b77a0ff2b986723acf92e1b75e774f1f3753 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Wed, 13 Nov 2013 02:48:22 +0000 Subject: [PATCH] ... --- phpdbg_prompt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 5996bc23b3..fbdd7def79 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -215,7 +215,7 @@ static PHPDBG_COMMAND(print) /* {{{ */ } phpdbg_writeln(SEPARATE); - phpdbg_notice("Execution Context Information:"); + phpdbg_notice("Execution Context Information"); #ifdef HAVE_LIBREADLINE phpdbg_writeln("Readline\tyes"); #else @@ -401,7 +401,7 @@ static PHPDBG_COMMAND(help) /* {{{ */ if (expr_len > 0L) { if (phpdbg_do_cmd(phpdbg_help_commands, (char*)expr, expr_len TSRMLS_CC) == FAILURE) { - phpdbg_error("Failed to find help command: %s/%lu", expr, expr_len); + phpdbg_error("Failed to find help command: %s", expr); } } else { const phpdbg_command_t *prompt_command = phpdbg_prompt_commands; -- 2.50.1