Quiet a variable format-string warning.
MFC after: 1 week
This commit is contained in:
parent
c0e30a2b1f
commit
58d9a05948
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user