- fixed bug related to test case SrvN1c: GetDataDirectory returns wrong variable specification for non-existent sub variable e.g. Mod.ctlModel.XYZ

pull/6/head
Michael Zillgith 10 years ago
parent da0af0ba0f
commit 5637f837a3

@ -165,6 +165,8 @@ MmsVariableSpecification_getNamedVariableRecursive(MmsVariableSpecification* var
namedVariable = MmsVariableSpecification_getNamedVariableRecursive(namedVariable, separator + 1);
}
else /* ERROR: request for a child element of a simple (leaf-node) variable */
return NULL;
}
return namedVariable;

Loading…
Cancel
Save