fix double-fclose (Gabi Diaz)
This commit is contained in:
parent
4492a1eef7
commit
caccd753fd
1 changed files with 0 additions and 2 deletions
|
|
@ -224,8 +224,6 @@ void reset(void) /* done at each "graph ..." statement */
|
|||
|
||||
void opentemp(void)
|
||||
{
|
||||
if (tfd != NULL)
|
||||
fclose(tfd);
|
||||
if (tfd != stdout) {
|
||||
if (tfd != NULL)
|
||||
fclose(tfd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue