Commit 1cdea6b
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 23d9466 commit 1cdea6b
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 | |
|---|---|---|---|
| |||
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | | - | |
| 1090 | + | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| |||
0 commit comments