]> Savannah Git Hosting - gnulib.git/commit
mbrtowc: Remove a redundant condition.
authorBenno Schulenberg <bensberg@telfort.nl>
Mon, 22 Mar 2021 12:35:16 +0000 (13:35 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Mar 2021 12:35:16 +0000 (13:35 +0100)
commit1cd2761d04226b28d08fc7b52fa8f6766f84cc67
tree05a77c3e357846b477e0e292f37ad2e432ed1a14
parent4f42fc4d6bd897ebd9f23510edc59a60a92952d4
mbrtowc: Remove a redundant condition.

* lib/mbrtowc-impl-utf8.h: There is no need to check for c == 0xf4
when !(c < 0xf4), as ten lines earlier c <= 0xf4 was established.
ChangeLog
lib/mbrtowc-impl-utf8.h