mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -359,7 +359,7 @@ static void UpdateProtobufValueSource(NetworkTablesModel& model,
|
||||
const google::protobuf::Message& msg,
|
||||
std::string_view name, int64_t time) {
|
||||
auto desc = msg.GetDescriptor();
|
||||
out->typeStr = "proto:" + desc->full_name();
|
||||
out->typeStr = fmt::format("proto:{}", desc->full_name());
|
||||
if (!out->valueChildrenMap ||
|
||||
desc->field_count() != static_cast<int>(out->valueChildren.size())) {
|
||||
out->valueChildren.clear();
|
||||
|
||||
Reference in New Issue
Block a user