* 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:
Corinna Vinschen
2001-11-16 23:28:56 +00:00
parent ed97f12cd3
commit 42d292493b
3 changed files with 7 additions and 1 deletions

View File

@ -86,7 +86,6 @@ fhandler_dev_raw::clear (void)
eof_detected = 0;
lastblk_to_read = 0;
varblkop = 0;
unit = 0;
}
int