From: Daiki Ueno Date: Fri, 2 May 2014 03:06:57 +0000 (+0900) Subject: Fix commit 4dc36d2f X-Git-Tag: v0.19~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250a942908bb43613899e8bbc5ea7b87e533a1e9;p=thirdparty%2Fgettext.git Fix commit 4dc36d2f --- diff --git a/gettext-tools/src/format-python-brace.c b/gettext-tools/src/format-python-brace.c index fa6763d65..141d3df71 100644 --- a/gettext-tools/src/format-python-brace.c +++ b/gettext-tools/src/format-python-brace.c @@ -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]. */