diff options
author | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
commit | 259110b90336240ce6cdde0201d05ce03a1f73fe (patch) | |
tree | ea54441ee6afaadb62bfc64f14d2ea9ca2fe3027 /cd-tool.cpp | |
parent | d9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (diff) |
Doh
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r-- | cd-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp index 8a6b9c7..35e550f 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -98,7 +98,7 @@ int Main(int argc, char ** argv) { exit(-1); } - iso_r = new cdreader(iso_name); + iso_r = new Input(iso_name); get_iso_infos(iso_r); |