Set B_busy

This commit is contained in:
ceriel 1995-07-25 16:49:15 +00:00
parent 3531d6e107
commit fdc6328400

View File

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