Tarstats-pp-1 Prototyping: Parse all items of a tarball

- no loop yet. jumped to second item and parsed it's header.

#2
This commit is contained in:
Marcel Nowicki
2022-02-07 21:52:48 +01:00
parent d916b9cbe3
commit 53eac32e70

View File

@@ -115,6 +115,5 @@ int main(int argc, char** argv) {
std::cout << itemname2 << std::endl; std::cout << itemname2 << std::endl;
std::cout << itemtype2 << std::endl; std::cout << itemtype2 << std::endl;
return 0; return 0;
} }