]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cfcc_msg): Remove now-inaccurate part of comment.
authorJim Meyering <jim@meyering.net>
Tue, 7 Aug 2001 13:45:26 +0000 (13:45 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Aug 2001 13:45:26 +0000 (13:45 +0000)
From Bruno Haible.

src/printf.c

index 75b662fe63a9aea8daa3a41e3f7103dce7f39281..8c7dcfe8d3a75e407f97a6ca4898f66bcfe96cce 100644 (file)
@@ -79,8 +79,7 @@ static int exit_status;
 static int posixly_correct;
 
 /* 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.  */
+   the sole use would have been in a #define.  */
 static char *const cfcc_msg =
  N_("warning: %s: character(s) following character constant have been ignored");