diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-27 13:53:43 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-27 13:53:43 +0000 |
commit | d97fa22ec56017842e38856df04f38d3de0e12dd (patch) | |
tree | 9bdbdf7f1f47621bd1c308398a26687d4309c0ef /context.h | |
parent | bit more specific help text (diff) | |
download | gpg4usb-d97fa22ec56017842e38856df04f38d3de0e12dd.tar.gz gpg4usb-d97fa22ec56017842e38856df04f38d3de0e12dd.zip |
fix bug that crashes windows-build when encrypting twice
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@366 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ private: gpgme_data_t in, out; gpgme_error_t err; gpgme_error_t readToBuffer(gpgme_data_t in, QByteArray *outBuffer); - QByteArray m_cache; + QByteArray mPasswordCache; bool debug; void checkErr(gpgme_error_t err) const; void checkErr(gpgme_error_t err, QString comment) const; |