Commit 965e7f22 by Joseph Myers Committed by Joseph Myers

* exgettext: Only handle Warn when followed by '('.

From-SVN: r165835
parent c7532b2d
2010-10-22 Joseph Myers <joseph@codesourcery.com>
* exgettext: Only handle Warn when followed by '('.
2010-10-13 Joseph Myers <joseph@codesourcery.com>
* vi.po: Update.
......
......@@ -234,7 +234,7 @@ echo "scanning option files..." >&2
printf("#line %d \"%s\"\n", lineno, file)
printf("_(\"%s\")\n", line)
}
if ((field == 1) && /Warn/) {
if ((field == 1) && /Warn\(/) {
line = $0
sub(".*Warn\\(", "", line)
if (line ~ "^{") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment