summaryrefslogtreecommitdiffstats
path: root/util/system/fs_win.cpp
diff options
context:
space:
mode:
authorkrock21 <[email protected]>2022-02-10 16:46:02 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:02 +0300
commit4aae166b5d23fd02653919f43e2015cd636fa6fd (patch)
tree70e52225c1ede3476f358bc4699197ace987d46d /util/system/fs_win.cpp
parent9ab30620977aa96ae9e9da959e2f7e1370cb796d (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/fs_win.cpp')
-rw-r--r--util/system/fs_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/fs_win.cpp b/util/system/fs_win.cpp
index a410ccac06d..44a4c549356 100644
--- a/util/system/fs_win.cpp
+++ b/util/system/fs_win.cpp
@@ -91,7 +91,7 @@ namespace NFsPrivate {
if (linkDir) {
TString fullTarget(tName);
- resolvepath(fullTarget, TString{linkDir});
+ resolvepath(fullTarget, TString{linkDir});
TUtf16String fullTargetW;
LPCWSTR ptrFullTarget = UTF8ToWCHAR(fullTarget, fullTargetW);
attr = ::GetFileAttributesW(ptrFullTarget);