groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 29/35: [grops]: Align diagnostic message with gropdf.


From: G. Branden Robinson
Subject: [groff] 29/35: [grops]: Align diagnostic message with gropdf.
Date: Tue, 21 Jun 2022 14:26:31 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 71e86ced06566c5e39ba49ff9ebcc6acb617f4f1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jun 20 19:23:06 2022 -0500

    [grops]: Align diagnostic message with gropdf.
    
    * src/devices/grops/psrm.cpp (resource_manager::read_download_file):
      Align diagnostic message wording with gropdf in the same circumstance.
---
 ChangeLog                  | 6 ++++++
 src/devices/grops/psrm.cpp | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 88b5f74c..35da385d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/devices/grops/psrm.cpp
+       (resource_manager::read_download_file): Align diagnostic message
+       wording with gropdf in the same circumstance.
+
 2022-06-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [troff]: Throw warning in font category when a font selection
diff --git a/src/devices/grops/psrm.cpp b/src/devices/grops/psrm.cpp
index fd8f04a6..93b1e886 100644
--- a/src/devices/grops/psrm.cpp
+++ b/src/devices/grops/psrm.cpp
@@ -1077,7 +1077,7 @@ void resource_manager::read_download_file()
   char *path = 0;
   FILE *fp = font::open_file("download", &path);
   if (!fp)
-    fatal("can't find 'download'");
+    fatal("failed to open 'download' file");
   char buf[512];
   int lineno = 0;
   while (fgets(buf, sizeof(buf), fp)) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]