mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
1) Better log file/freedb entry selection dialog interface
2) 'Stop' button works when analyzing archive 3) application icon added 4) two verification modes: AR only/AR+CRCs
This commit is contained in:
@@ -97,7 +97,7 @@ namespace UnRarDotNet
|
||||
while (_buffer == null && !_eof && !_close)
|
||||
Monitor.Wait(this);
|
||||
if (_close)
|
||||
throw new IOException("Decompression failed", _ex);
|
||||
throw _ex ?? new IOException("Decompression failed");
|
||||
if (_buffer == null)
|
||||
return total;
|
||||
if (_seek_to != null)
|
||||
|
||||
Reference in New Issue
Block a user