Commit eb477e47 authored by claes's avatar claes

Bug introduced when castid added fixed

parent ea25b403
......@@ -758,6 +758,8 @@ int XAttNav::object_attr()
if ( objar.Flags.b.CastAttr)
cdh_SuppressSuper( attr_name, bd[i].attrName);
else
strcpy( attr_name, bd[i].attrName);
if ( strcmp( aname, "") == 0)
strcpy( name, attr_name);
......
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