Nest detection and convert everything to ncdgfile

This commit is contained in:
2024-02-11 18:14:02 -06:00
parent 72c117b388
commit bd8ae9c180
2 changed files with 44 additions and 25 deletions

View File

@@ -51,7 +51,6 @@ static int fileputs(struct ncdgfile *file, char *s) {
}
static void filefree(struct ncdgfile *file) {
fclose((FILE *) file->handle);
free(file);
}