]> git.ipfire.org Git - thirdparty/gettext.git/commit
Lua support: Fix format string checking.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 14:14:48 +0000 (16:14 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 15:41:15 +0000 (17:41 +0200)
commit1b64c53623619a246d9eba720ac82bfc39ea725f
tree08f7e202cce4e7d367e9997123efd40e7464ece3
parentf405ab69d92d04fecf57888f8f0f8549d0f27fe6
Lua support: Fix format string checking.

* gettext-tools/src/format-lua.c (format_check): Allow missing arguments if
!equality. Report all argument type mismatches at once.
gettext-tools/src/format-lua.c