summaryrefslogtreecommitdiff
path: root/gettext-tools/src/format-python-brace.c
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-05-02 12:06:57 +0900
committerDaiki Ueno <ueno@gnu.org>2014-05-02 12:06:57 +0900
commit250a942908bb43613899e8bbc5ea7b87e533a1e9 (patch)
tree362aebdd99b9178ff133fa05ad4acf10ec96f71f /gettext-tools/src/format-python-brace.c
parentd8aff3f5df48d690722f1d054e6955de457c3b3e (diff)
downloadgettext-250a942908bb43613899e8bbc5ea7b87e533a1e9.tar.gz
Fix commit 4dc36d2fshow
Diffstat (limited to 'gettext-tools/src/format-python-brace.c')
-rw-r--r--gettext-tools/src/format-python-brace.c5
1 files changed, 1 insertions, 4 deletions
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]. */