From d916b9cbe34d370ca6087d2477d4cda300851d51 Mon Sep 17 00:00:00 2001 From: Marcel Nowicki Date: Mon, 7 Feb 2022 21:46:03 +0100 Subject: [PATCH] Tarstats-pp-1 Prototyping: Parse all items of a tarball - no loop yet. jumped to second item and parsed it's header. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 906467f..f2f5f4f 100644 --- a/main.cpp +++ b/main.cpp @@ -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;