Follow-up Comment #6, bug #66052 (group groff):

Looking at the commit 568beeb2efed5299868585c9bf3c700413cf1a12, isn't there a
typo where you made the change:
-         int num[WORD_MAX + 3];
+         int num[WORD_MAX + 2 + 1];

Shouldn't it be:

-         int num[WORD_MAX + 3];
+         int num[WORD_MAX + 3 + 1];

Thanks for checking it out.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66052>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to