Fix syntax error build problem on Windows (variable was defined
in middle of block) libmysql/libmysql.c: Fix syntax error - don't define new variables in the middle of a block. Also, use size_t instead of uint to avoid unnecessary casting.
Showing
Please register or sign in to comment