bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Formatting string mistake


From: Göran Uddeborg
Subject: [bug-gawk] Formatting string mistake
Date: Fri, 18 Aug 2017 22:45:05 +0200

There is a mistake in a formatting string in gawk 4.1.62.  More
exactly, in debug.c, in the function do_set_var, there is this line:

d_error(_("attempt to use array `%s[\".*%s\"]' in a scalar context")

That should have been %.*s, not .*%s, I presume.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]