mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
stop folder parsing when opening a 7z
This commit is contained in:
parent
abe6ab9b12
commit
016fb88d9c
@ -423,8 +423,8 @@ int SzParse(char * filepath)
|
|||||||
{
|
{
|
||||||
// Parses the 7z into a full file listing
|
// Parses the 7z into a full file listing
|
||||||
|
|
||||||
// reset browser
|
HaltParseThread(); // halt parsing
|
||||||
ResetBrowser();
|
ResetBrowser(); // reset browser
|
||||||
|
|
||||||
// add '..' folder in case the user wants exit the 7z
|
// add '..' folder in case the user wants exit the 7z
|
||||||
AddBrowserEntry();
|
AddBrowserEntry();
|
||||||
|
Loading…
Reference in New Issue
Block a user