Commit bb03c989 authored by Claes Sjofors's avatar Claes Sjofors

Classeditor mysql, offset fix for relative pointer arrays

parent 214ec590
......@@ -1871,7 +1871,7 @@ bool wb_vrepced::buildClass( pwr_tStatus *sts, wb_orep *co)
// Alignment for next attribute
if ( flags & PWR_MASK_POINTER && !(flags & PWR_MASK_PRIVATE))
offset += pwr_cAlignLW;
offset += pwr_cAlignLW * elements;
else
offset += size;
......
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