diff options
-rw-r--r-- | parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ static const char *import_name(statement_kind_t sk); void yyerror(const char *s) { - error(s); + error("%s", s); } %} |
![]() |
index : mig.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | parser.y | 2 |
@@ -131,7 +131,7 @@ static const char *import_name(statement_kind_t sk); void yyerror(const char *s) { - error(s); + error("%s", s); } %} |