Source code is
p = strchr(buffer, '='); if (p == NULL) return -1;
Suggest add missing call to fclose.
Log in to post a comment.