summaryrefslogtreecommitdiffstats
path: root/util/folder/pathsplit.cpp
diff options
context:
space:
mode:
authorradix <[email protected]>2022-02-10 16:49:44 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:44 +0300
commitbfd0aa05cabedcab6f4c4d36948dc7581e476782 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/folder/pathsplit.cpp
parent24658cfd172ef5de124df383c334079783154fbf (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/pathsplit.cpp')
-rw-r--r--util/folder/pathsplit.cpp2
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);
}