gbranden pushed a commit to branch master
in repository groff.

commit 85c2c85de81eb8a65bef91e64a1c018595529354
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Mar 31 07:00:00 2025 -0500

    src/roff/troff/div.cpp: Fix paste-damaged comment.
---
 src/roff/troff/div.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/div.cpp b/src/roff/troff/div.cpp
index 8b6fce33a..2a978a1ad 100644
--- a/src/roff/troff/div.cpp
+++ b/src/roff/troff/div.cpp
@@ -167,7 +167,7 @@ void box()
 
 void box_append()
 {
-  do_divert(true /* appending */, true /* appending */);
+  do_divert(true /* appending */, true /* boxing */);
 }
 
 void diversion::need(vunits n)

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to