Internal changes.

PiperOrigin-RevId: 597873923
pull/15348/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 3b9bd6db71
commit 6c4ea1fadb
  1. 1
      src/google/protobuf/text_format.cc

@ -2344,6 +2344,7 @@ bool TextFormat::Printer::PrintAny(const Message& message,
const std::string& type_url = reflection->GetString(message, type_url_field);
std::string url_prefix;
std::string full_type_name;
if (!internal::ParseAnyTypeUrl(type_url, &url_prefix, &full_type_name)) {
return false;
}

Loading…
Cancel
Save