projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0105b04
)
MAPLIN is no longer called during setup phase.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 6 Jun 2017 11:52:07 +0000
(07:52 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 6 Jun 2017 11:52:07 +0000
(07:52 -0400)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index cccf182b965d537aab3fd4109093cb982bfb1881..2c8855fcbfd3f6968c8f564b0ab80e1310c79bef 100644
(file)
--- a/
misc.c
+++ b/
misc.c
@@
-735,7
+735,7
@@
long I, VAL;
if(MAP2[1] == 0)MPINIT();
- if (!oldstyle &&
SETUP &&
OPENED == stdin)
+ if (!oldstyle && OPENED == stdin)
fputs("> ", stdout);
do {
IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));