Commit 5d4799b7 authored by Claes Sjofors's avatar Claes Sjofors Committed by Claes Sjöfors

Wb popup menu on attributes bugfix

parent 27138c41
......@@ -1451,9 +1451,10 @@ pwr_sAttrRef WItemBaseAttr::aref()
pwr_tAName aname;
pwr_sAttrRef a;
pwr_tStatus sts;
int asize;
sts = ldh_ObjidToName(
ldhses, objid, ldh_eName_VolPath, aname, sizeof(aname), &size);
ldhses, objid, ldh_eName_VolPath, aname, sizeof(aname), &asize);
if (EVEN(sts))
return pwr_cNAttrRef;
......
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