diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-11 23:37:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-11 23:37:54 +0300 |
commit | f0bca208f1d668f0ad3d51afdafbb9d30ec8555b (patch) | |
tree | 19354a120aa15c7b204a0061b03e1d6f340d0760 /gpg_wrapper.cpp | |
parent | a5086db857e474538a24df4b05e5aab831d4c2fe (diff) |
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 )
Diffstat (limited to 'gpg_wrapper.cpp')
-rw-r--r-- | gpg_wrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |