Commit b012f15
Fix IB data WP_MOK to use stp instead of default integer
The IB read/write displacement formula uses WP_MOK to skip past
floating-point field data. Using storage_size(0) gave the default
integer size (4 bytes), not the field storage precision size, causing
incorrect byte offsets in double-precision builds.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9b5fe23 commit b012f15
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
| 1103 | + | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
| |||
0 commit comments