Save_IMG() remove fclose() for file not open

This commit is contained in:
Thomas Bernard 2018-04-10 23:15:44 +02:00
parent bb7b187275
commit c651d0c33a

View File

@ -5787,8 +5787,6 @@ void Save_SCx(T_IO_Context * context)
}
else
{
fclose(file);
Remove_file(context);
File_error=1;
}
}