Issue - Selection issues when moving from 64-bit to 32-bit platforms.
We store "select all" and "deselect all" operations as an assignment of selection weights to the entire range of values that can be stored in uint_t. Because the range varies depending on platform word size, documents saved on a 64-bit platform cannot be deserialized on 32-bit platforms.
Details
- Id:
- 5fde01d7a4fcdff886003dbaeb9773d33e2b9f18
- Type:
- Bugfix
- Creation Time:
- 2009-07-19 22:11 UTC
- Reporter:
- Timothy M. Shead <tshead@k-3d.com>
- Release:
- 0.8.0.0
- Status:
- Closed
Issue Log
| 2009-07-19 22:11 UTC | Timothy M. Shead <tshead@k-3d.com> | created | |
| 2009-07-20 05:07 UTC | Timothy M. Shead <tshead@k-3d.com> | closed with disposition fixed | Clamp 64-bit values when loading files on a 32-bit platform. This provides the correct semantics for selections, which will continue to work. |