From e7bae16c707df61e9c9501e20273c85755d57e99 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 17 Aug 2010 19:06:23 +0300 Subject: modified: messages.cpp --- messages.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index 5208ffb..fa4f8e3 100644 --- a/messages.cpp +++ b/messages.cpp @@ -155,6 +155,11 @@ int RecvMsgSvc(WPARAM w, LPARAM l) DeleteFile(path.c_str()); return CallService(MS_PROTO_CHAINRECV, w, l); } + { + wstring tmp = tmp2; + tmp += _T("\\encrypted_data.asc"); + DeleteFile(tmp.c_str()); + } { wstring tmp = tmp2; tmp += _T("\\decrypted_data"); -- cgit v1.2.3