CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/16 17:09:25
Modified files:
gnu/usr.bin/texinfo/info: infomap.h
Log message:
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@
