From 0df185faa6811c491b7cc3ad095e3531613eba82 Mon Sep 17 00:00:00 2001 From: dborth Date: Sun, 5 Dec 2010 21:48:48 +0000 Subject: [PATCH] stop folder parsing when opening a 7z --- source/gcunzip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gcunzip.cpp b/source/gcunzip.cpp index 6530f54..cd3bfb2 100644 --- a/source/gcunzip.cpp +++ b/source/gcunzip.cpp @@ -425,8 +425,8 @@ int SzParse(char * filepath) { // Parses the 7z into a full file listing - // reset browser - ResetBrowser(); + HaltParseThread(); // halt parsing + ResetBrowser(); // reset browser // add '..' folder in case the user wants exit the 7z AddBrowserEntry();