projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9ceb5
)
Fix message.
author
Ben Pfaff
<blp@gnu.org>
Fri, 21 Oct 2005 01:19:23 +0000
(
01:19
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Fri, 21 Oct 2005 01:19:23 +0000
(
01:19
+0000)
src/ChangeLog
patch
|
blob
|
history
src/output.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 85dcaa8e4dc79aca85af5ad3afa7e4e4c98a574e..bf314324262d4e11ec34db2b058c555bf268b3c2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+Thu Oct 20 18:18:40 2005 Ben Pfaff <blp@gnu.org>
+
+ * output.c: (outp_read_devices) Fix message.
+
Sat Sep 17 11:13:13 2005 Ben Pfaff <blp@gnu.org>
* matrix-data.c: (cmd_matrix_data) Change type of variable whose
diff --git
a/src/output.c
b/src/output.c
index 59bccb8045324f707f792d3be6be4f2feabc1ec3..ab8c10f1fc389d40941e70bfd33ae25d4396bde9 100644
(file)
--- a/
src/output.c
+++ b/
src/output.c
@@
-296,7
+296,7
@@
outp_read_devices (void)
if (init_fn == NULL)
{
msg (IE, _("Cannot find output initialization file. "
- "Use `-vvvv' to view search path."));
+ "Use `-vvvv
v
' to view search path."));
goto exit;
}