]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix commit 4dc36d2f
authorDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 03:06:57 +0000 (12:06 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 03:06:57 +0000 (12:06 +0900)
gettext-tools/src/format-python-brace.c

index fa6763d654f9880d4f914eff5e626d462aca0059..141d3df717bb250d769dc7fe2f741ad24ecdabd1 100644 (file)
@@ -204,9 +204,6 @@ parse_directive (struct spec *spec,
             {
               /* FDI and INVALID_REASON will be set by a recursive call of
                  parse_directive.  */
-              *invalid_reason =
-                xasprintf (_(""), spec->directives, *format);
-              FDI_SET (format, FMTDIR_ERROR);
               return false;
             }
 
@@ -219,7 +216,7 @@ parse_directive (struct spec *spec,
         }
       else
         {
-          /* Standard format specifiers, in the form:
+          /* Standard format specifiers is in the form:
              [[fill]align][sign][#][0][minimumwidth][.precision][type]  */
 
           /* Look ahead two characters to skip [[fill]align].  */