Open m-revetria opened 7 years ago
I added some casting where making the archive was failing due to losing precision while converting from NSInteger/NSUInteger to int.
NSInteger
NSUInteger
int
I added some casting where making the archive was failing due to losing precision while converting from
NSInteger
/NSUInteger
toint
.