Commit fa7ebe71 authored by Claes Sjofors's avatar Claes Sjofors

sev_xtt fix for missing attribute

parent 91243a2c
......@@ -927,6 +927,9 @@ void TblNav::build_tree()
for ( int i = 0; i < (int)sevhistobjectlist.size(); i++) {
TblTreeNode n;
if ( sevhistobjectlist[i].objectattrlist.size() == 0)
continue;
strcpy( aname, sevhistobjectlist[i].oname);
strcat( aname, ".");
strcat( aname, sevhistobjectlist[i].objectattrlist[0].aname);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment