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:
Diffstat (limited to 'src/thirdparty/unrar/ulinks.cpp')
-rw-r--r--src/thirdparty/unrar/ulinks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/ulinks.cpp b/src/thirdparty/unrar/ulinks.cpp
index 7a309eedc..5b67bbdfa 100644
--- a/src/thirdparty/unrar/ulinks.cpp
+++ b/src/thirdparty/unrar/ulinks.cpp
@@ -12,7 +12,7 @@ static bool UnixSymlink(const char *Target,const wchar *LinkName)
Log(NULL,St(MSymLinkExists),LinkName);
else
{
- Log(NULL,St(MErrCreateLnk),LinkName);
+ Log(NULL,St(MErrCreateLnkS),LinkName);
ErrHandler.SetErrorCode(RARX_WARNING);
}
mprintf(L" "); // Provide space for "OK" message.