07-12-2014, 09:59 PM
(This post was last modified: 07-12-2014, 09:59 PM by daniel0916.)
Have a char a limit for the size?
Because i will uncompress the chunk data but it doesn't work.
My program crash when i make the char.
Because i will uncompress the chunk data but it doesn't work.
Code:
int UncompressedMaxSize = DataLength - (DataLength << 12) - (DataLength << 14) - (DataLength << 25) - 16;
char Output [UncompressedMaxSize];
My program crash when i make the char.