diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-02-10 16:49:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:12 +0300 |
commit | e542cc14db4240643a06bb0dde87ecf361f101ab (patch) | |
tree | 3b03a4b94acd11a4eca042532035806e5fa08ad1 /library/cpp/uri/uri.h | |
parent | e2ac73225f30f7fcf7df3cb225cba257f56144c1 (diff) | |
download | ydb-e542cc14db4240643a06bb0dde87ecf361f101ab.tar.gz |
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/uri.h')
-rw-r--r-- | library/cpp/uri/uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/uri.h b/library/cpp/uri/uri.h index 3b6c19fe4a..0b57246a1e 100644 --- a/library/cpp/uri/uri.h +++ b/library/cpp/uri/uri.h @@ -401,7 +401,7 @@ namespace NUri { const size_t printSize = PrintSize(flags) + 1; return printSize > size ? nullptr : PrintImpl(str, size, flags); } - + char* Serialize(int flags = FlagUrlFields) const { flags = PrintFlags(flags); const size_t size = PrintSize(flags) + 1; |