mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Lisp, Scheme support: Fix format string checking.
* gettext-tools/src/format-lisp.c (format_check): Allow missing arguments if !equality. * gettext-tools/src/format-scheme.c (format_check): Likewise.
This commit is contained in:
parent
1b64c53623
commit
92eed46803
@ -3503,7 +3503,7 @@ format_check (void *msgid_descr, void *msgstr_descr, bool equality,
|
||||
|
||||
if (!(intersection != NULL
|
||||
&& (normalize_list (intersection),
|
||||
equal_list (intersection, spec2->list))))
|
||||
equal_list (intersection, spec1->list))))
|
||||
{
|
||||
if (error_logger)
|
||||
error_logger (error_logger_data,
|
||||
|
||||
@ -3425,7 +3425,7 @@ format_check (void *msgid_descr, void *msgstr_descr, bool equality,
|
||||
|
||||
if (!(intersection != NULL
|
||||
&& (normalize_list (intersection),
|
||||
equal_list (intersection, spec2->list))))
|
||||
equal_list (intersection, spec1->list))))
|
||||
{
|
||||
if (error_logger)
|
||||
error_logger (error_logger_data,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user