Subject: | No close filehandle at functions.c file |
At Polygon/functions.c file,
at to_file() function, is necessary to add this last line:
fclose(ofp);
And at from_file() function, to insert this line:
fclose(sfp);
above the return statement.