Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.40alpha-svn589
-
Fix Version/s: 1.40alpha-svn589
-
Component/s: engine
-
Labels: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.