Cast to unsigned char after or'ing in the meta bit, so the compiler
authorguenther <guenther@openbsd.org>
Fri, 16 Aug 2024 23:09:25 +0000 (23:09 +0000)
committerguenther <guenther@openbsd.org>
Fri, 16 Aug 2024 23:09:25 +0000 (23:09 +0000)
commit3ed9484fbb6d44d0b47eea97c098467542b1d6ec
tree752bf0f1df5c3c88dd93b385152c1fbc4d96c745
parentf06e49141dbe14ee68d4984cce5000e4c1b74bc5
Cast to unsigned char after or'ing in the meta bit, so the compiler
doesn't complain when it's implicitly converted to plain char in an
assignment, and to make sure it's not negative when used as an array index.

ok miod@
gnu/usr.bin/texinfo/info/infomap.h