projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bda49
)
Trim a message.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 3 Feb 2005 18:17:07 +0000
(18:17 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 3 Feb 2005 18:17:07 +0000
(18:17 +0000)
sst.c
patch
|
blob
|
history
diff --git
a/sst.c
b/sst.c
index eb7c8f6cb4303edc7ab08b4b85bbf35c12332adf..409b489520104737673bfa7bf41782906ee49f94 100644
(file)
--- a/
sst.c
+++ b/
sst.c
@@
-227,8
+227,11
@@
static void helpme(void) {
fp = fopen(SSTDOC, "r");
if (fp == NULL) {
prout("Spock- \"Captain, that information is missing from the");
- prout(" computer. You need to find SST.DOC and put it in the");
- prout(" current directory.\"");
+ prout(" computer.\"");
+ /*
+ * This used to continue: "You need to find SST.DOC and put
+ * it in the current directory."
+ */
return;
}
for (;;) {