Set B_busy

This commit is contained in:
ceriel 1995-07-25 16:49:15 +00:00
parent 4978d19bff
commit c9153e6b9b

View file

@ -14,6 +14,6 @@ char *filename;
fprint( STDERR, "Couldn't open %s\n", filename);
return( 0);
}
else
B_busy = 1;
return( 1);
}