Commit 489f952b authored by Claes Sjofors's avatar Claes Sjofors

Wb clone fix

parent 308ba19c
......@@ -735,7 +735,7 @@ tree_sTable *wb_merep::buildCatt( pwr_tStatus *sts)
// If the current volume is a class volume, add objects from this also
if ( m_vrep->type() == ldh_eVolRep_Mem && m_vrep->cid() == pwr_eClass_ClassVolume) {
if ( m_vrep && m_vrep->type() == ldh_eVolRep_Mem && m_vrep->cid() == pwr_eClass_ClassVolume) {
wb_vrep *vrep = m_vrep;
wb_orep *o, *onext;
wb_adrep *ad, *adnext;
......
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