diff options
author | glebx777 <glebx777@yandex-team.ru> | 2022-02-10 16:49:44 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:44 +0300 |
commit | 573561e4ea1e5fcbf31e871b7f81ece0051c6bf2 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/uri.cpp | |
parent | ab9150ae9d81b97b19a2a6a8b903f9a40791c8b4 (diff) | |
download | ydb-573561e4ea1e5fcbf31e871b7f81ece0051c6bf2.tar.gz |
Restoring authorship annotation for <glebx777@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/uri.cpp')
-rw-r--r-- | library/cpp/uri/uri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/uri.cpp b/library/cpp/uri/uri.cpp index cdf48e5323..56a9a4e5ef 100644 --- a/library/cpp/uri/uri.cpp +++ b/library/cpp/uri/uri.cpp @@ -258,7 +258,7 @@ namespace NUri { bool pathop = true; - TTempBufOutput out(p0.length() + p1.length() + 4); + TTempBufOutput out(p0.length() + p1.length() + 4); out << p0; if ('/' != p0.back()) out << "/../"; |