diff options
| author | quick <[email protected]> | 2022-02-10 16:50:33 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:33 +0300 |
| commit | aa9a314f252b3cd271b4fc5ba7f042ace11ec744 (patch) | |
| tree | 6dce39dccda22c864d3f0d4859c48d74de828214 /library/cpp/uri/parse.h | |
| parent | 37b41bf0956ce3c4d47e240dc8fc6b5a2e4638c0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/parse.h')
| -rw-r--r-- | library/cpp/uri/parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/uri/parse.h b/library/cpp/uri/parse.h index ca2358e5728..8258e4e7430 100644 --- a/library/cpp/uri/parse.h +++ b/library/cpp/uri/parse.h @@ -352,8 +352,8 @@ namespace NUri { if (Sections[fld1].IsSet() && Sections[fld2].IsSet() && Sections[fld1].Beg == Sections[fld2].Beg) { Sections[fld1].Reset(); } - } - + } + bool doParse(const char* str_beg, size_t length); TState::EParsed ParseImpl(); }; |
