diff options
| author | akastornov <[email protected]> | 2022-02-10 16:46:03 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:03 +0300 |
| commit | 8d3a5ed3a188a34167eaee54f1691ce5c9edf2f3 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/python/protobuf/py3 | |
| parent | 3a2de774d91ca8d7325aaf81c200b1d2047725e6 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/protobuf/py3')
| -rw-r--r-- | contrib/python/protobuf/py3/google/protobuf/pyext/message.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/protobuf/py3/google/protobuf/pyext/message.cc b/contrib/python/protobuf/py3/google/protobuf/pyext/message.cc index 6663fe825b6..8b41ca47dd0 100644 --- a/contrib/python/protobuf/py3/google/protobuf/pyext/message.cc +++ b/contrib/python/protobuf/py3/google/protobuf/pyext/message.cc @@ -822,7 +822,7 @@ PyObject* ToStringObject(const FieldDescriptor* descriptor, } return result; #else - return PyBytes_FromStringAndSize(value.c_str(), value.length()); + return PyBytes_FromStringAndSize(value.c_str(), value.length()); #endif } |
