mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* bumped version and 'about' dialog
* cleaned up HDCD decoding code * added processPriorityIdle option to settings dialog
This commit is contained in:
@@ -231,7 +231,9 @@ namespace UnRarDotNet
|
||||
_unrar.DataAvailable += new DataAvailableHandler(unrar_DataAvailable);
|
||||
_unrar.PasswordRequired += PasswordRequired;
|
||||
_unrar.ExtractionProgress += ExtractionProgress;
|
||||
#if !DEBUG
|
||||
try
|
||||
#endif
|
||||
{
|
||||
do
|
||||
{
|
||||
@@ -278,10 +280,12 @@ namespace UnRarDotNet
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
#if !DEBUG
|
||||
catch (Exception ex)
|
||||
{
|
||||
_ex = ex;
|
||||
}
|
||||
#endif
|
||||
lock (this)
|
||||
{
|
||||
_close = true;
|
||||
|
||||
Reference in New Issue
Block a user