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@gmail.com>2014-08-06 20:43:53 +0400
committerXhmikosR <xhmikosr@gmail.com>2014-08-19 21:59:22 +0400
commitb56235a26018a98ac6a9de549dd96d9c49f2703b (patch)
tree31d5425eefd0069a8654702ee2b9e3a9f3047960 /src/thirdparty/unrar/recvol5.cpp
parent1918fb5fee04de2df3acb884d20896739b8f9e18 (diff)
Update unrar to v5.1.7.
Diffstat (limited to 'src/thirdparty/unrar/recvol5.cpp')
-rw-r--r--src/thirdparty/unrar/recvol5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/recvol5.cpp b/src/thirdparty/unrar/recvol5.cpp
index 4fafac501..4cb0fc72d 100644
--- a/src/thirdparty/unrar/recvol5.cpp
+++ b/src/thirdparty/unrar/recvol5.cpp
@@ -292,6 +292,7 @@ bool RecVolumes5::Restore(RAROptions *Cmd,const wchar *Name,bool Silent)
{
wcsncpyz(Item->Name,FirstVolName,ASIZE(Item->Name));
uiMsg(UIMSG_CREATING,Item->Name);
+ uiMsg(UIEVENT_NEWARCHIVE,Item->Name);
File *NewVol=new File;
bool UserReject;
if (!FileCreate(Cmd,NewVol,Item->Name,ASIZE(Item->Name),&UserReject))