diff options
Diffstat (limited to 'app-i18n/mozc/files/mozc-2.23.2815.102-protobuf-3.18.patch')
-rw-r--r-- | app-i18n/mozc/files/mozc-2.23.2815.102-protobuf-3.18.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf-3.18.patch b/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf-3.18.patch deleted file mode 100644 index 15077bb1752a..000000000000 --- a/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf-3.18.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix building with Protocol Buffers >=3.18. - ---- /src/dictionary/user_dictionary_storage.cc -+++ /src/dictionary/user_dictionary_storage.cc -@@ -108,7 +108,7 @@ - // wants to use more than 512MB. - mozc::protobuf::io::IstreamInputStream zero_copy_input(&ifs); - mozc::protobuf::io::CodedInputStream decoder(&zero_copy_input); -- decoder.SetTotalBytesLimit(kDefaultTotalBytesLimit, -1); -+ decoder.SetTotalBytesLimit(kDefaultTotalBytesLimit); - if (!user_dictionary_storage_base.ParseFromCodedStream(&decoder)) { - LOG(ERROR) << "Failed to parse"; - if (!decoder.ConsumedEntireMessage() || !ifs.eof()) { |