Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-08-03 18:58:26 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-08-09 13:53:35 +0400
commit2d1d55517fefb983809f684430e7305b5e2e52a2 (patch)
tree598c8f84f933f844c8389f4735e34bc3545e6201 /src/thirdparty/unrar/rar.cpp
parent332593479bc5fb7e1313a3267698124fa76282de (diff)
Update Unrar to 5.0.9.
Diffstat (limited to 'src/thirdparty/unrar/rar.cpp')
-rw-r--r--src/thirdparty/unrar/rar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/rar.cpp b/src/thirdparty/unrar/rar.cpp
index 02340e157..089616ce9 100644
--- a/src/thirdparty/unrar/rar.cpp
+++ b/src/thirdparty/unrar/rar.cpp
@@ -96,6 +96,7 @@ int main(int argc, char *argv[])
if (ShutdownOnClose)
Shutdown();
#endif
+ ErrHandler.MainExit=true;
return ErrHandler.GetErrorCode();
}
#endif