From: Bruno Haible Date: Thu, 3 Jul 2025 10:42:13 +0000 (+0200) Subject: Python: Fix compilation error (regression 2025-06-24). X-Git-Tag: v0.26~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3f5b62c65a9192558ced03640b488228354ae78;p=thirdparty%2Fgettext.git Python: Fix compilation error (regression 2025-06-24). * gettext-tools/src/format-python-brace.c (parse_directive): Pass NULL, not false. --- diff --git a/gettext-tools/src/format-python-brace.c b/gettext-tools/src/format-python-brace.c index b74bb0c68..168356b32 100644 --- a/gettext-tools/src/format-python-brace.c +++ b/gettext-tools/src/format-python-brace.c @@ -287,7 +287,7 @@ parse_directive (struct spec *spec, if (*format == '{') { /* Nested format directive. */ - if (!parse_directive (spec, &format, false, translated, fdi, + if (!parse_directive (spec, &format, NULL, translated, fdi, invalid_reason)) { /* FDI and INVALID_REASON will be set by a recursive call of