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