diff options
author | pixel <pixel> | 2003-10-12 05:15:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-10-12 05:15:00 +0000 |
commit | f70ad229bc765f3e6fd218f1e54bd0828fc9e1b4 (patch) | |
tree | a9150cfda7ed8b492254e28f3d1e4769259567ac /lib/Handle.cc | |
parent | 0c065d346b2555943540091651236ff802d720eb (diff) |
AT LAST!!!
Windows 2k/XP CD reading works using raw ioctls!!!!
HURRAY!!!!!!!!
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 182657d..74cf7f4 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -250,7 +250,6 @@ void Handle::close() throw (GeneralException) { } h = -1; - closed = 1; } |