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-07-13 22:24:02 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-07-13 22:41:27 +0400
commit2fcba01d03b535e30177f3aceb6726b90ee57521 (patch)
tree2ab33b535ec83b63fc0803477df4559f4a06fd41 /src/thirdparty/unrar/hardlinks.cpp
parentd5cc3a5117774866af3f26d5f871b753a5877482 (diff)
Update Unrar to 5.0.8.
Diffstat (limited to 'src/thirdparty/unrar/hardlinks.cpp')
-rw-r--r--src/thirdparty/unrar/hardlinks.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/hardlinks.cpp b/src/thirdparty/unrar/hardlinks.cpp
index f41d3e8ac..a83fcd980 100644
--- a/src/thirdparty/unrar/hardlinks.cpp
+++ b/src/thirdparty/unrar/hardlinks.cpp
@@ -2,6 +2,8 @@ bool ExtractHardlink(wchar *NameNew,wchar *NameExisting,size_t NameExistingSize)
{
if (!FileExist(NameExisting))
return false;
+ CreatePath(NameNew,true);
+
#ifdef _WIN_ALL
UnixSlashToDos(NameExisting,NameExisting,NameExistingSize);