diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-29 16:28:08 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-29 16:28:08 +0200 |
| commit | df56b9312cc90a45d5680f1700bc844456ea19f5 (patch) | |
| tree | 8f0fd8d674e3d291d158a81bb38bb55663236b15 | |
| parent | reverted last change (diff) | |
| download | gpg4usb-df56b9312cc90a45d5680f1700bc844456ea19f5.tar.gz gpg4usb-df56b9312cc90a45d5680f1700bc844456ea19f5.zip | |
reverted last change
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@375 34ebc366-c3a9-4b3c-9f84-69acf7962910
| -rw-r--r-- | context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cpp b/context.cpp index bb26ee9..614a7ad 100644 --- a/context.cpp +++ b/context.cpp @@ -423,7 +423,7 @@ gpgme_error_t Context::passphrase(const char *uid_hint, qDebug() << "something is terribly broken"; } #else - // DWORD written; + DWORD written; WriteFile((HANDLE) fd, "\n", 1, &written, 0); #endif |
