diff options
author | kopturovdim <[email protected]> | 2022-02-10 16:50:25 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:25 +0300 |
commit | 57a12a3af388f6f90764beec9fe2e4c802107ad7 (patch) | |
tree | 85756d0fe2143f8a66450a911eff1a621573247f | |
parent | b55b756020eeb596f7f92ac29e65957273abbb2c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r-- | library/cpp/json/flex_buffers/cvt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/flex_buffers/cvt.cpp b/library/cpp/json/flex_buffers/cvt.cpp index fee0cea0b83..fb63ae6b3b0 100644 --- a/library/cpp/json/flex_buffers/cvt.cpp +++ b/library/cpp/json/flex_buffers/cvt.cpp @@ -62,7 +62,7 @@ namespace { } bool OnMapKey(const TStringBuf& v) override { - auto iv = P.AppendCString(v); + auto iv = P.AppendCString(v); B.Key(iv.data(), iv.size()); |