gbranden pushed a commit to branch master in repository groff. commit 9b789a0a335eefe821fcf7cf0a04f1cb5224226a Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Sat Feb 8 15:09:32 2025 -0600
src/roff/troff/input.cpp: Fix typo. ...in "#if 0"-ed code. --- 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 03fd0c52a..84c6de1e8 100644 --- a/src/roff/troff/input.cpp +++ b/src/roff/troff/input.cpp @@ -5632,7 +5632,7 @@ static bool read_size(int *x) " in a numeric expression", tok.description()); // TODO: groff 1.25? #if 0 - else if (!to.is_usable_as_delimiter(true /* report error */)) + else if (!tok.is_usable_as_delimiter(true /* report error */)) return false; #endif else { _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit