diff options
author | krock21 <[email protected]> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:02 +0300 |
commit | 4aae166b5d23fd02653919f43e2015cd636fa6fd (patch) | |
tree | 70e52225c1ede3476f358bc4699197ace987d46d /util/system/fs_win.cpp | |
parent | 9ab30620977aa96ae9e9da959e2f7e1370cb796d (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.cpp | 2 |
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); |