From df56b9312cc90a45d5680f1700bc844456ea19f5 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 29 Aug 2010 14:28:08 +0000 Subject: reverted last change git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@375 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.cpp') 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 -- cgit v1.2.3