13.05.2014, 09:00
If I may say this, please use the search function
=> array sizes do not match, or destination array is too small
It's completely the same problem. The answers suggest to use strrest instead of strtok:
I hope this helps.
=> array sizes do not match, or destination array is too small
It's completely the same problem. The answers suggest to use strrest instead of strtok:
Quote:
strtok original code new result[20]; <-- 20 cell
new tmp[128], tmp2[128], <-- 128 cell array size do not match tmp(128 cell) not equal result (20 cell) Use strrest in gl_common.inc. pawn Код:
|