* fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.
* fhandler_tape.cc (fhandler_dev_tape::fhandler_dev_tape): Add debug output.
This commit is contained in:
@@ -57,6 +57,7 @@ fhandler_dev_tape::is_eof (int win_error)
|
||||
fhandler_dev_tape::fhandler_dev_tape (int unit)
|
||||
: fhandler_dev_raw (FH_TAPE, unit)
|
||||
{
|
||||
debug_printf ("unit: %d", unit);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user