Refactored closing/opening of output file

This commit is contained in:
Lew Rossman
2019-03-05 16:15:33 -05:00
parent 8052ed0b6f
commit f2c0718819
3 changed files with 14 additions and 6 deletions

View File

@@ -819,13 +819,13 @@ int DLLEXPORT EN_closeQ(EN_Project p)
if (!p->Openflag) return 102;
closequal(p);
p->quality.OpenQflag = FALSE;
/*
if (p->outfile.OutFile != NULL)
{
fclose(p->outfile.OutFile);
p->outfile.OutFile = NULL;
}
*/
return 0;
}