summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--messages.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/messages.cpp b/messages.cpp
index 5208ffb..fa4f8e3 100644
--- a/messages.cpp
+++ b/messages.cpp
@@ -157,6 +157,11 @@ int RecvMsgSvc(WPARAM w, LPARAM l)
}
{
wstring tmp = tmp2;
+ tmp += _T("\\encrypted_data.asc");
+ DeleteFile(tmp.c_str());
+ }
+ {
+ wstring tmp = tmp2;
tmp += _T("\\decrypted_data");
if(_waccess(tmp.c_str(), 0) == -1)
{