mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Tested with CloneCD images with version number 3, works.
This commit is contained in:
@@ -307,7 +307,7 @@ namespace DiscImageChef.DiscImages
|
||||
DicConsole.DebugWriteLine("CloneCD plugin", "Found Version at line {0}", line);
|
||||
|
||||
ImageInfo.imageVersion = CCD_VerMatch.Groups["value"].Value;
|
||||
if(ImageInfo.imageVersion != "2")
|
||||
if(ImageInfo.imageVersion != "2" && ImageInfo.imageVersion != "3")
|
||||
DicConsole.ErrorWriteLine("(CloneCD plugin): Warning! Unknown CCD image version {0}, may not work!", ImageInfo.imageVersion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user