gbranden pushed a commit to branch master
in repository groff.

commit ee0a82d1c1e42abc2411d5f987272fb9acc1989c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Sep 13 03:02:46 2024 -0500

    src/roff/troff/input.cpp: Tweak error message.
---
 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 51dac37ba..0a3fc3376 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -7303,7 +7303,7 @@ void do_write_request(int newline)
   }
   FILE *fp = (FILE *)stream_dictionary.lookup(stream);
   if (0 /* nullptr */ == fp) {
-    error("no stream named '%1'", stream.contents());
+    error("cannot write to nonexistent stream '%1'", stream.contents());
     skip_line();
     return;
   }

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

Reply via email to