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

- no loop yet. jumped to second item and parsed it's header.
This commit is contained in:
Marcel Nowicki
2022-02-07 21:46:03 +01:00
parent b985fc0c8f
commit d916b9cbe3

View File

@@ -111,6 +111,7 @@ int main(int argc, char** argv) {
std::cout << itemtype << std::endl;
std::cout << itemsize << " Bytes" << std::endl;
//Second item
std::cout << itemname2 << std::endl;
std::cout << itemtype2 << std::endl;