summaryrefslogtreecommitdiff
path: root/cd-tool.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-12 05:15:00 +0000
committerpixel <pixel>2003-10-12 05:15:00 +0000
commit7787631c6ee37a489732c95cb0864422e3a3bdd1 (patch)
tree4f6374a3dcc58661ea7b116e2b87cdf84e14e414 /cd-tool.cpp
parent7cf5187c0a8cedba390a5455b63ed4ecf867be32 (diff)
AT LAST!!!
Windows 2k/XP CD reading works using raw ioctls!!!! HURRAY!!!!!!!!
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r--cd-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp
index e748aec..d5d766b 100644
--- a/cd-tool.cpp
+++ b/cd-tool.cpp
@@ -113,7 +113,7 @@ virtual int startup() throw (GeneralException) {
exit(-1);
}
- iso_r = open_iso(iso_name);
+ iso_r = cdabstract::open_cd(iso_name);
cdutil = new cdutils(iso_r);