[svn] gpgme - r1146 - trunk/gpgme
svn author marcus
cvs at cvs.gnupg.org
Sat Dec 31 13:56:50 CET 2005
Author: marcus
Date: 2005-12-31 13:56:49 +0100 (Sat, 31 Dec 2005)
New Revision: 1146
Modified:
trunk/gpgme/w32-glib-io.c
Log:
Fix last change.
Modified: trunk/gpgme/w32-glib-io.c
===================================================================
--- trunk/gpgme/w32-glib-io.c 2005-12-31 04:22:14 UTC (rev 1145)
+++ trunk/gpgme/w32-glib-io.c 2005-12-31 12:56:49 UTC (rev 1146)
@@ -594,8 +594,6 @@
DEBUG_ADD1 (dbg_help, "r%d ", fds[pollfds_map[i]].fd);
if ((pollfds[i].revents & G_IO_OUT))
DEBUG_ADD1 (dbg_help, "w%d ", fds[pollfds_map[i]].fd);
- DEBUG_ADD2 (dbg_help, "x%d(%x) ", fds[pollfds_map[i]].fd,
- pollfds[i].revents);
}
DEBUG_END (dbg_help, "]");
}
More information about the Gnupg-commits
mailing list