Commit 24162415 authored by Claes Sjofors's avatar Claes Sjofors

Bugfix in plc editor, channels wasn't viewed in subvolumes

parent fb24fe4a
......@@ -267,10 +267,10 @@ int WGre::get_annotations( vldh_t_node node, char *annot_str,
if ( cdh_ObjidIsNotNull( last_attrref.Objid)) {
sts = ldh_AttrRefToName( ldhses,
&last_attrref, ldh_eName_Hierarchy,
&last_attrref, cdh_mName_volumeStrict,
&name, &size);
if ( EVEN(sts)) continue;
strcpy( objid_str, name);
strcat( objid_str, ".SigChanCon");
s = strchr( objid_str, '.');
......
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