Closed gamelaster closed 8 years ago
Hmm...
-char * szIt = str;
+char *szIt;
@nekonomicon Yes, the declaration needs to be outside of for.
@GAMELASTER, It seems you do not understand me. Your patch correct but needs remove duplicate initialization.
Same fix already in code-clean2 branch, will be merged after some time
A for function used a initial declaration what is enabled only in C11 or C99, so i maked declaration before for.