]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
For '%', set the type to FAT_NONE.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Aug 2008 11:21:44 +0000 (11:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:46 +0000 (12:15 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/format-python.c

index ff17df51be117a9e37d4d2be9598f1d2c3757258..448033f36f7bfdf5d122b601a64ae09b3a9e966e 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-14  Bruno Haible  <bruno@clisp.org>
+
+       * format-python.c (format_parse): For '%', set the type to FAT_NONE.
+
 2008-08-14  Bruno Haible  <bruno@clisp.org>
 
        * format-python.c (format_check): Require the same number of unnamed
index 3a15b7352007c2d5c84b3c2dede95d09ffadc2aa..395b562636d099d0a19964c985150a639d6b7fd1 100644 (file)
@@ -238,7 +238,7 @@ format_parse (const char *format, bool translated, char *fdi,
        switch (*format)
          {
          case '%':
-           type = FAT_ANY;
+           type = FAT_NONE;
            break;
          case 'c':
            type = FAT_CHARACTER;