Message342532
The current behavior,
stgdict->length = len;
sets the number of elements in the class excluding its base classes. The new behavior of
stgdict->length = ffi_ofs + len;
sets the total number of elements in both the class and its base classes.
This works as intended as long as the child classes do not add any more elements. |
|
| Date |
User |
Action |
Args |
| 2019-05-15 02:22:02 | Jeffrey.Kintscher | set | recipients:
+ Jeffrey.Kintscher, amaury.forgeotdarc, belopolsky, meador.inge, lauri.alanko |
| 2019-05-15 02:22:02 | Jeffrey.Kintscher | set | messageid: <[email protected]> |
| 2019-05-15 02:22:02 | Jeffrey.Kintscher | link | issue18060 messages |
| 2019-05-15 02:22:02 | Jeffrey.Kintscher | create | |
|