dtcm: Resolve all -Wformat-security warnings.

This commit is contained in:
Peter Howkins
2012-08-29 20:16:01 +01:00
parent 70552cb18d
commit ca9da25d44
12 changed files with 74 additions and 74 deletions

View File

@@ -656,7 +656,7 @@ yyerror(char *s)
void
report_err(char *s)
{
(void)fprintf (stderr, s);
(void)fprintf (stderr, "%s", s);
}
char *