]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
quotearg: fix ChangeLog typo master
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2026 18:33:15 +0000 (11:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2026 18:33:15 +0000 (11:33 -0700)
Problem reported by Pavel Cahyna in
https://lists.gnu.org/r/bug-gnulib/2026-06/msg00015.html

ChangeLog

index 7090f0ade16b8469d6b1bee3e285d78e90dcf6eb..21ef871725bd8c625b6bd9ab8cc03aed98f0eb6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Problem reported by Bruno Haible in:
        https://lists.gnu.org/r/bug-gnulib/2026-05/msg00150.html
        * lib/quotearg.c (C_LOCALE_MIGHT_BE_MULTIBYTE): New macro.
-       (wch, mbstate, mbs_clear, mbrtowch, chisprint, wchisprint
+       (wch, mbstate, mbs_clear, mbrtowch, chisprint, wchisprint)
        (quotearg_buffer_restyled): Fall back on <wchar.h> and <wctype.h>
        functions if USE_C_LOCALE and C_LOCALE_MIGHT_BE_MULTIBYTE.