gbranden pushed a commit to branch master
in repository groff.
commit 71e86ced06566c5e39ba49ff9ebcc6acb617f4f1
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
[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)) {
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit