Closed vkitchen closed 5 years ago
Currently index.dat is serialized using machine specific types (size_t). There is no reason why it can't be made portable between 32 and 64 bit CPUs. And it should be made so
Fixed with commit 6547d04
Currently index.dat is serialized using machine specific types (size_t). There is no reason why it can't be made portable between 32 and 64 bit CPUs. And it should be made so