Commit 6441976a authored by claes's avatar claes

Select didn't work correctly for objects in mounted volumes

parent 1f26212f
/*
* Proview $Id: wb_wnav.cpp,v 1.36 2007-01-24 12:40:55 claes Exp $
* Proview $Id: wb_wnav.cpp,v 1.37 2007-04-25 07:31:12 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -908,7 +908,7 @@ int WNav::get_select( pwr_sAttrRef **attrref, int **is_attr, int *cnt)
free( (char *) *attrref);
continue;
}
sts = ldh_ObjidToName( ldhses, item->objid, ldh_eName_Hierarchy,
sts = ldh_ObjidToName( ldhses, item->objid, ldh_eName_VolPath,
attr_str, sizeof(attr_str), &size);
if ( EVEN(sts)) return sts;
......
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