From a42fd16c302db5e182ecf2f0fcbd9acbd4984d6d Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 3 Mar 2022 09:49:46 -0800 Subject: [PATCH] Shortcut directories Signed-off-by: Louise Poubel --- src/Zip.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Zip.cc b/src/Zip.cc index 7685eeb5..a4529f48 100644 --- a/src/Zip.cc +++ b/src/Zip.cc @@ -150,6 +150,7 @@ bool Zip::Extract(const std::string &_src, << "Do you have the right permissions?" << std::endl; return false; } + continue; } // Create and write the files.