summaryrefslogtreecommitdiff
blob: 6bad736e2e44c3a3ce53e81b363b51c4f2d0b6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/ipfilter.c
+++ b/src/ipfilter.c
@@ -146,7 +146,7 @@
 				snprintf(msgstr, 60,
 					 "Invalid protocol input at or near token \"%s\"",
 					 bptr);
-				tui_error(ANYKEY_MSG, msgstr);
+				tui_error(ANYKEY_MSG, "%s", msgstr);
 				doagain = 1;
 			} else
 				doagain = 0;