Follow-up Comment #12, bug #67735 (group groff):
commit 71ccefcf14694698ab8fbacf1219094eea24bdc9 Author: G. Branden Robinson <[email protected]> Date: Tue Dec 30 02:09:37 2025 -0600 [troff]: Work on Savannah #67735. * src/roff/troff/node.h (struct node): * src/roff/troff/node.cpp (class break_char_node, node::get_break_code): Demote type of hyphenation codes from `int` to `unsigned char`, since the range of the latter is as much as has ever been stored in them anyway. (This was discovered the hard way in Savannah #66919.) Retype `break_code` and `prev_break_code` private member variables and `get_break_code()` public member function accordingly. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?67735> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
