summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 23:37:57 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 23:37:57 +0000
commit566451e5be927461def169e7677ce454bb96c45f (patch)
treee112d583c5e82a13d617d8c8f9368815daac4cf1 /src/printf.c
parent8ea7459457b25615ac703aa9f6e92573b9833b08 (diff)
downloadcoreutils-566451e5be927461def169e7677ce454bb96c45f.tar.xz
remove fixme
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c
index 0a1c89b19..461a2e2af 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -71,7 +71,9 @@ static int exit_status;
/* Non-zero if the POSIXLY_CORRECT environment variable is set. */
static int posixly_correct;
-/* FIXME */
+/* This message appears in N_() here rather than just in _() below because
+ the sole use would have been in a #define, and xgettext doesn't look for
+ strings in cpp directives. */
static char *const cfcc_msg =
N_("warning: %s: character(s) following character constant have been ignored");