Prevent xgettext from taking one regular string as a C format string.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Dec 2009 18:07:02 +0000 (20:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Dec 2009 18:07:02 +0000 (20:07 +0200)
Thanks to Marek Černocký.

src/xz/message.c

index 4f8ca00..5bce4cd 100644 (file)
@@ -1097,7 +1097,7 @@ message_help(bool long_help)
 "                      ratio without increasing memory usage of the decoder"));
 
        if (long_help)
-               puts(_(
+               puts(_( // xgettext:no-c-format
 "  -M, --memory=NUM    use roughly NUM bytes of memory at maximum; 0 indicates\n"
 "                      the default setting, which is 40 % of total RAM"));