Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.40alpha-svn589
-
None
Description
When using 32bit build of CH, serialization fails due to use of size_t as a member which differs from 64bit build.
Since the task database should be compatible between 32 and 64bit versions of CH, the serialization should also use same-sized types for both architectures.