We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f0b24 commit 2d6f02dCopy full SHA for 2d6f02d
glass/src/libnt/native/cpp/NetworkTables.cpp
@@ -745,7 +745,7 @@ void NetworkTablesModel::ValueSource::UpdateFromValue(
745
structName = *withoutArray;
746
}
747
auto desc = model.m_structDb.Find(structName);
748
- if (desc && desc->IsValid()) {
+ if (desc && desc->IsValid() && desc->GetSize() != 0) {
749
if (isArray) {
750
// array of struct at top level
751
if (valueChildrenMap) {
0 commit comments