1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 18:22:07 +00:00

warning made locale specific

SCCS-file: zic.c
SCCS-SID: 7.120
This commit is contained in:
Arthur David Olson
2005-01-24 16:27:26 -05:00
committed by Paul Eggert
parent 381dcaf4a7
commit 5a85fafd9d

2
zic.c
View File

@ -583,7 +583,7 @@ _("%s: More than one -L option specified\n"),
for (j = 0; j < nlinks; ++j)
if (strcmp(links[i].l_to,
links[j].l_from) == 0)
warning("link to link");
warning(_("link to link"));
}
if (lcltime != NULL) {
eat("command line", 1);