Commit 0dad3a8c authored by claes's avatar claes

*** empty log message ***

parent 53ae3828
...@@ -1027,9 +1027,8 @@ int WNav::get_select( pwr_sAttrRef **attrref, int **is_attr, int *cnt) ...@@ -1027,9 +1027,8 @@ int WNav::get_select( pwr_sAttrRef **attrref, int **is_attr, int *cnt)
break; break;
default: default:
sts = ldh_NameToAttrRef( ldhses, attr_str, ap); sts = ldh_NameToAttrRef( ldhses, attr_str, ap);
if ( EVEN(sts)) if ( EVEN(sts)) {
{ // ldh_NameToAttrRef doesn't handle objects with no RtBody...
// ldh_NameToAttrRef doesn't handler objects with no RtBody...
ap->Objid = item->objid; ap->Objid = item->objid;
} }
*is_attr_p = 0; *is_attr_p = 0;
......
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