Source code is
if((out = fopen(filename, "a")) == NULL) return 1; if(ftell(out)) return 1;
Suggest call fclose when ftell fails.
fixed by 0618ad68a2 merged in 0.6.2
Log in to post a comment.
fixed by 0618ad68a2 merged in 0.6.2