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:
chudov
2009-02-22 07:47:56 +00:00
parent c57ed75f88
commit c2fc51b6b9
16 changed files with 3292 additions and 2570 deletions

View File

@@ -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)