mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Input browse & batch buttons start browsing at the current input location
MacLib no longer opens the file for writing when decoding
This commit is contained in:
@@ -75,7 +75,7 @@ IAPEDecompress * __stdcall CreateIAPEDecompress(const str_utf16 * pFilename, int
|
||||
else if ((wcsicmp(pExtension, L".mac") == 0) || (wcsicmp(pExtension, L".ape") == 0))
|
||||
{
|
||||
// plain .ape file
|
||||
pAPEInfo = new CAPEInfo(&nErrorCode, pFilename);
|
||||
pAPEInfo = new CAPEInfo(&nErrorCode, pFilename, NULL, 1);
|
||||
}
|
||||
|
||||
// fail if we couldn't get the file information
|
||||
|
||||
Reference in New Issue
Block a user