Set B_busy
This commit is contained in:
parent
4978d19bff
commit
c9153e6b9b
|
@ -14,6 +14,6 @@ char *filename;
|
|||
fprint( STDERR, "Couldn't open %s\n", filename);
|
||||
return( 0);
|
||||
}
|
||||
else
|
||||
return( 1);
|
||||
B_busy = 1;
|
||||
return( 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue