gbranden pushed a commit to branch master
in repository groff.
commit 846d3f351c9a8fc688603b3dca6db637f3941687
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jul 26 01:52:29 2026 -0500
src/roff/troff/input.cpp: Fix comment.
Negative character indices are no longer countenanced.
See Savannah #68521.
---
src/roff/troff/input.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 6565be5bc..c9e6be2ac 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -3095,7 +3095,7 @@ const char *token::description()
// long identifier.
// "character code XXX"
// "special character 'bracketrighttp'"
- // "indexed character -2147483648"
+ // "indexed character 2147483648"
// "space character horizontal motion node token"
// "special character or class"
// Future:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit