aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/pathsplit.cpp
diff options
context:
space:
mode:
authorradix <radix@yandex-team.ru>2022-02-10 16:49:44 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:44 +0300
commit24658cfd172ef5de124df383c334079783154fbf (patch)
treebccc29f3945c7245036b5973bcc7358a760fcc25 /util/folder/pathsplit.cpp
parentceabccd128eb94ed6566936fcab2093ec62aa84a (diff)
downloadydb-24658cfd172ef5de124df383c334079783154fbf.tar.gz
Restoring authorship annotation for <radix@yandex-team.ru>. Commit 1 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 81d439a727b..0477fbc033b 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);
}