gbranden pushed a commit to branch master
in repository groff.

commit 197fe2e535308c0592b7d67efab40f81e6f72ea1
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Oct 20 13:22:11 2025 -0500

    [troff]: Drop duplicate line from `pchar` output.
    
    * src/roff/troff/input.cpp (charinfo::dump): Drop duplicate line of
      output to the standard error stream introduced in commit 148b65b1ed,
      12 September.
---
 ChangeLog                | 6 ++++++
 src/roff/troff/input.cpp | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index aa376e0e0..795f4b763 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-10-20  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/input.cpp (charinfo::dump): Drop duplicate line
+       of output to the standard error stream introduced in commit
+       148b65b1ed, 12 September.
+
 2025-10-20  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/env.cpp: Fix code style nits.
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index f56b8987c..5dd28aa6f 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -10485,7 +10485,6 @@ void charinfo::dump()
   else
     errprint("  Unicode mapping: none (%1)\n", mapping);
   errprint("  ASCII code: %1\n", static_cast<int>(ascii_code));
-  errprint("  ASCII code: %1\n", static_cast<int>(ascii_code));
   errprint("  asciify code: %1\n", static_cast<int>(asciify_code));
   errprint("  is%1 found\n", is_not_found ? " not" : "");
   errprint("  is%1 transparently translatable\n",

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

Reply via email to