MAPLIN is no longer called during setup phase.
This commit is contained in:
parent
0105b04ac2
commit
1445c7ebcc
1 changed files with 1 additions and 1 deletions
2
misc.c
2
misc.c
|
@ -735,7 +735,7 @@ long I, VAL;
|
||||||
|
|
||||||
if(MAP2[1] == 0)MPINIT();
|
if(MAP2[1] == 0)MPINIT();
|
||||||
|
|
||||||
if (!oldstyle && SETUP && OPENED == stdin)
|
if (!oldstyle && OPENED == stdin)
|
||||||
fputs("> ", stdout);
|
fputs("> ", stdout);
|
||||||
do {
|
do {
|
||||||
IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));
|
IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue