From f0bca208f1d668f0ad3d51afdafbb9d30ec8555b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Oct 2010 23:37:54 +0300 Subject: encrypted filetransfers //two paralell threads of more than one file will fail, miranda api lack of documentation, and ghaza does not remember how to edentify thread ) --- gpg_wrapper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gpg_wrapper.cpp') diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp index 007a192..e549af7 100644 --- a/gpg_wrapper.cpp +++ b/gpg_wrapper.cpp @@ -91,6 +91,7 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD commandline += home_dir; commandline += _T("\" "); commandline += _T("--display-charset utf-8 "); + commandline += _T("-z 9 "); commandline += *acommandline; mir_free(bin_path); mir_free(home_dir); -- cgit v1.2.3