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>2014-03-18 18:04:42 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-19 13:00:00 +0400
commit7d361f58b65264857e2244964914640efb7cfaa4 (patch)
tree40b64163d0b6d92d623df37416dae046ea73d9f6 /src/thirdparty/unrar/recvol.cpp
parent44c3827e1f29793f00fda52407066ecfa79e5f0c (diff)
Update unrar to v5.1.1.
Diffstat (limited to 'src/thirdparty/unrar/recvol.cpp')
-rw-r--r--src/thirdparty/unrar/recvol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/recvol.cpp b/src/thirdparty/unrar/recvol.cpp
index d3d16dde9..beb2ce57f 100644
--- a/src/thirdparty/unrar/recvol.cpp
+++ b/src/thirdparty/unrar/recvol.cpp
@@ -11,7 +11,7 @@ bool RecVolumesRestore(RAROptions *Cmd,const wchar *Name,bool Silent)
if (!Arc.Open(Name))
{
if (!Silent)
- ErrHandler.OpenErrorMsg(NULL,Name);
+ ErrHandler.OpenErrorMsg(Name);
return false;
}