diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-24 11:32:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-24 11:32:00 -0500 |
commit | 152e034b54f203f5b53ef44a70c57834b7b66137 (patch) | |
tree | 8f16b876c14eb3c3a1400fd4f91948baa752efd7 /src/LYStrings.c | |
parent | 10f6c5df5fbd3e8a2be8a0640035680235b3f8a3 (diff) | |
download | lynx-snapshots-152e034b54f203f5b53ef44a70c57834b7b66137.tar.gz |
snapshot of project "lynx", label v2-8-2dev_11
Diffstat (limited to 'src/LYStrings.c')
-rw-r--r-- | src/LYStrings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYStrings.c b/src/LYStrings.c index f02c22c5..194d414f 100644 --- a/src/LYStrings.c +++ b/src/LYStrings.c @@ -889,7 +889,7 @@ PRIVATE int read_keymap_file NOARGS fclose (fp); if (ret == -1) - fprintf (stderr, gettext("Error processing line %d of %s\n"), linenum, file); + fprintf (stderr, FAILED_READING_KEYMAP, linenum, file); return ret; } |