blob: 6cf3c874f0a4da206884eb34498a6753bf850665 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/parsessh.y.orig 1999-12-16 01:06:30 UTC
+++ src/parsessh.y
@@ -740,7 +740,7 @@ exception_def_opt:
void
yyerror (const char *msg)
{
- error_at_line (1, 0, sshfilename, sshlineno, msg);
+ error_at_line (1, 0, sshfilename, sshlineno, "%s", msg);
}
/*
|