]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Python: Fix compilation error (regression 2025-06-24).
authorBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 10:42:13 +0000 (12:42 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 15:41:15 +0000 (17:41 +0200)
* gettext-tools/src/format-python-brace.c (parse_directive): Pass NULL, not
false.

gettext-tools/src/format-python-brace.c

index b74bb0c68080a0bff17376ab4ee70805d2f1fb3d..168356b320758d6fe689562c649895f131cfda00 100644 (file)
@@ -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