Commit 3abdc94a authored by Claes Sjofors's avatar Claes Sjofors

Wb popup menu on attributes bugfix

parent 84f102d5
......@@ -1422,9 +1422,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