open and close output file in one place

This commit is contained in:
ceriel
1990-01-29 12:40:43 +00:00
parent 9288115a4d
commit 218b982231
3 changed files with 5 additions and 8 deletions

View File

@@ -581,9 +581,6 @@ write_bytes()
offchar + NLChars
);
}
if (! wr_open(outputname)) {
fatal("can't create %s", outputname);
}
/*
* These pieces must always be written.
*/
@@ -608,7 +605,6 @@ write_bytes()
wr_dbug(mems[ALLODBUG].mem_base, mems[ALLODBUG].mem_full);
#endif SYMDBUG
}
wr_close();
}
namecpy(name, nname, offchar)