Save_IMG() remove fclose() for file not open
This commit is contained in:
@@ -5787,8 +5787,6 @@ void Save_SCx(T_IO_Context * context)
|
||||
}
|
||||
else
|
||||
{
|
||||
fclose(file);
|
||||
Remove_file(context);
|
||||
File_error=1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user