diff options
author | radix <[email protected]> | 2022-02-10 16:49:44 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:44 +0300 |
commit | bfd0aa05cabedcab6f4c4d36948dc7581e476782 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/folder/pathsplit.cpp | |
parent | 24658cfd172ef5de124df383c334079783154fbf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/pathsplit.cpp')
-rw-r--r-- | util/folder/pathsplit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/pathsplit.cpp b/util/folder/pathsplit.cpp index 0477fbc033b..81d439a727b 100644 --- a/util/folder/pathsplit.cpp +++ b/util/folder/pathsplit.cpp @@ -36,7 +36,7 @@ void TPathSplitTraitsUnix::DoParsePart(const TStringBuf part0) { TStringBuf next(part0); TStringBuf part; - while (TStringBuf(next).TrySplit('/', part, next)) { + while (TStringBuf(next).TrySplit('/', part, next)) { AppendComponent(part); } |