diff options
author | breakneck <[email protected]> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:58 +0300 |
commit | e2021f9a0e54d13b7c48796318b13b66dc625e74 (patch) | |
tree | 5aed1691033eaf399ab80a10a137238922035fa8 /util/folder/path.cpp | |
parent | 83602b1b564b92a80a1526d113fa2846661dd10e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.cpp')
-rw-r--r-- | util/folder/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/path.cpp b/util/folder/path.cpp index bfe0c67d687..39b01401b4f 100644 --- a/util/folder/path.cpp +++ b/util/folder/path.cpp @@ -186,7 +186,7 @@ TFsPath::TSplit& TFsPath::GetSplit() const { return *Split_; } -static Y_FORCE_INLINE void VerifyPath(const TStringBuf path) { +static Y_FORCE_INLINE void VerifyPath(const TStringBuf path) { Y_VERIFY(!path.Contains('\0'), "wrong format of TFsPath"); } |