untar in progress

This commit is contained in:
2022-12-04 16:51:10 +00:00
parent 73f20a48c0
commit 4e04c5044c
3 changed files with 44 additions and 41 deletions

View File

@ -58,7 +58,7 @@ int main (int argc, char* argv[])
hio_tar_feed (untar, HIO_NULL, 0); /* indicate the end of input */
fclose (fp);
hio_tar_close (hio);
hio_tar_close (untar);
hio_close (hio);
return 0;
}