Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Sep 23, 2022
1 parent 1f0e497 commit e9e21c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SandboxiePlus/SandMan/SandManRecovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ void CSandMan::OnFileToRecover(const QString& BoxName, const QString& FilePath,
// });
//}

pWnd->AddFile(FilePath, BoxPath);
if (pWnd)
pWnd->AddFile(FilePath, BoxPath);
}
else
m_pPopUpWindow->AddFileToRecover(FilePath, BoxPath, pBox, ProcessId);
Expand Down

0 comments on commit e9e21c2

Please sign in to comment.