]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
parser_bison: remove one more utf-8 character
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 Jul 2024 17:34:28 +0000 (19:34 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 Jul 2024 17:35:12 +0000 (19:35 +0200)
Still one more in an error in the parser, replace it found via git grep.

Fixes: c92ec3b21979 ("src: remove utf-8 character in printf lines")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/parser_bison.y

index 11ca957bbd29de941e4e3cec4484c556e843d686..10105f153aa07438005a3ef1a6399b14d92d7d8d 100644 (file)
@@ -4251,7 +4251,7 @@ variable_expr             :       '$'     identifier
                                        sym = symbol_lookup_fuzzy(scope, $2);
                                        if (sym) {
                                                erec_queue(error(&@2, "unknown identifier '%s'; "
-                                                                     "did you mean identifier ā€˜%s’?",
+                                                                     "did you mean identifier '%s’?",
                                                                      $2, sym->identifier),
                                                           state->msgs);
                                        } else {