Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ddb/db_command.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ddb/db_command.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- src/sys/ddb/db_command.c 2000/06/27 17:55:39 1.49 +++ src/sys/ddb/db_command.c 2000/07/08 17:10:22 1.50 @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.49 2000/06/27 17:55:39 mrg Exp $ */ +/* $NetBSD: db_command.c,v 1.50 2000/07/08 17:10:22 sommerfeld Exp $ */ /* * Mach Operating System @@ -561,7 +561,7 @@ db_error(s) char *s; { if (s) - db_printf(s); + db_printf("%s", s); db_flush_lex(); longjmp(db_recover); }