From d292d65ca85fe8a706131c6e5e314d4780c8f8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 20 Sep 2018 09:57:21 +0200 Subject: [PATCH] minor style fix --- Zip/src/ZipUtil.cpp | 1 + Zip/testsuite/src/ZipTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Zip/src/ZipUtil.cpp b/Zip/src/ZipUtil.cpp index acacfe791..abe09aa72 100644 --- a/Zip/src/ZipUtil.cpp +++ b/Zip/src/ZipUtil.cpp @@ -160,6 +160,7 @@ void ZipUtil::sync(std::istream& in) } } + void ZipUtil::syncDataDescriptor(std::istream & in, bool force64) { std::streampos start = in.tellg(); diff --git a/Zip/testsuite/src/ZipTest.cpp b/Zip/testsuite/src/ZipTest.cpp index e3de06bb2..96b464abe 100644 --- a/Zip/testsuite/src/ZipTest.cpp +++ b/Zip/testsuite/src/ZipTest.cpp @@ -65,6 +65,7 @@ void ZipTest::testSkipSingleFile() const std::string& POCO_UNUSED fileName = hdr.getFileName(); } + void ZipTest::testCrcAndSizeAfterDataEncapsulated() { // touch empty.txt