diff --git a/Source/Shared/Core/Utils/Protobuf.cpp b/Source/Shared/Core/Utils/Protobuf.cpp index 72ad7136..e9f0ebcf 100644 --- a/Source/Shared/Core/Utils/Protobuf.cpp +++ b/Source/Shared/Core/Utils/Protobuf.cpp @@ -200,7 +200,7 @@ const DecodedProtobufMessage* DecodedProtobufRegistry::Decode(const std::string& if (!DecodeField(Message, input, tag, GroupStack)) { - return false; + return nullptr; } }