summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-11-09 10:04:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-11-09 10:04:57 +0200
commitcca1aac87ab3fc5696d6603b7e339038508c5d2b (patch)
treea1d1b6c0e2c0adbe55e54fe96f822804158b8ebd
parent7172ec8e493bc3467d669336c7a6b75913a2985f (diff)
downloadmailutils-cca1aac87ab3fc5696d6603b7e339038508c5d2b.tar.gz
mailutils-cca1aac87ab3fc5696d6603b7e339038508c5d2b.tar.bz2
Minor fix
* mimeview/lexer.l (yyerror): Use explicit format spec.
-rw-r--r--mimeview/lexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/lexer.l b/mimeview/lexer.l
index 71de5d721..dee5da55e 100644
--- a/mimeview/lexer.l
+++ b/mimeview/lexer.l
@@ -277,7 +277,7 @@ mimetypes_close ()
int
yyerror (char *s)
{
- mu_error (s);
+ mu_error ("%s", s);
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.