[svn] pinentry - r226 - in trunk: . secmem

svn author marcus cvs at cvs.gnupg.org
Fri Apr 16 04:11:34 CEST 2010


Author: marcus
Date: 2010-04-16 04:11:33 +0200 (Fri, 16 Apr 2010)
New Revision: 226

Modified:
   trunk/ChangeLog
   trunk/secmem/util.c
Log:
2010-04-16  Marcus Brinkmann  <marcus at g10code.de>

	* secmem/util.c: Fix inverted test.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-04-14 18:55:11 UTC (rev 225)
+++ trunk/ChangeLog	2010-04-16 02:11:33 UTC (rev 226)
@@ -1,3 +1,7 @@
+2010-04-16  Marcus Brinkmann  <marcus at g10code.de>
+
+	* secmem/util.c: Fix inverted test.
+
 2010-04-12  Werner Koch  <wk at g10code.com>
 
 	* w32/main.c (dlg_proc): Act on VK_RETURN.

Modified: trunk/secmem/util.c
===================================================================
--- trunk/secmem/util.c	2010-04-14 18:55:11 UTC (rev 225)
+++ trunk/secmem/util.c	2010-04-16 02:11:33 UTC (rev 226)
@@ -19,7 +19,7 @@
 #define _GNU_SOURCE 1
 
 #include <unistd.h>
-#ifdef HAVE_W32CE_SYSTEM
+#ifndef HAVE_W32CE_SYSTEM
 # include <errno.h>
 #endif
 #include <stdarg.h>




More information about the Gnupg-commits mailing list