summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index dfcc9c3..b97c05a 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -472,7 +472,7 @@ db_error(s)
char *s;
{
if (s)
- db_printf(s);
+ db_printf("%s", s);
db_flush_lex();
longjmp(db_jmpbuf, 1);
}
OpenPOWER on IntegriCloud