ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/cdrom.cpp
(Generate patch)

Comparing BasiliskII/src/cdrom.cpp (file contents):
Revision 1.2 by cebix, 1999-10-12T20:00:42Z vs.
Revision 1.3 by cebix, 1999-10-23T17:57:42Z

# Line 310 | Line 310 | void CDROMExit(void)
310   {
311          DriveInfo *info = first_drive_info, *next;
312          while (info != NULL) {
313 +                SysAllowRemoval(info->fh);
314                  Sys_close(info->fh);
315                  next = info->next;
316                  delete info;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines