diff options
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); |