summaryrefslogtreecommitdiffstats
path: root/contrib/python/protobuf/py3
diff options
context:
space:
mode:
authorakastornov <[email protected]>2022-02-10 16:46:03 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:03 +0300
commit3a2de774d91ca8d7325aaf81c200b1d2047725e6 (patch)
tree5674a780ce03a8bbd794733a19c7a70d587e4a14 /contrib/python/protobuf/py3
parent7bd11ff35e97544d119e43447e3e865f2588ee7f (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/protobuf/py3')
-rw-r--r--contrib/python/protobuf/py3/google/protobuf/pyext/message.cc2
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 8b41ca47dd0..6663fe825b6 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
}