gnupg/keyserver (ChangeLog gpgkeys_finger.c)
cvs user dshaw
cvs at cvs.gnupg.org
Thu Oct 28 23:49:45 CEST 2004
Date: Thursday, October 28, 2004 @ 23:53:51
Author: dshaw
Path: /cvs/gnupg/gnupg/keyserver
Modified: ChangeLog gpgkeys_finger.c
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
------------------+
ChangeLog | 4 ++++
gpgkeys_finger.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
Index: gnupg/keyserver/ChangeLog
diff -u gnupg/keyserver/ChangeLog:1.90 gnupg/keyserver/ChangeLog:1.91
--- gnupg/keyserver/ChangeLog:1.90 Thu Oct 28 20:57:50 2004
+++ gnupg/keyserver/ChangeLog Thu Oct 28 23:53:51 2004
@@ -1,3 +1,7 @@
+2004-10-28 David Shaw <dshaw at jabberwocky.com>
+
+ * gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
+
2004-10-28 Werner Koch <wk at g10code.com>
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by
Index: gnupg/keyserver/gpgkeys_finger.c
diff -u gnupg/keyserver/gpgkeys_finger.c:1.7 gnupg/keyserver/gpgkeys_finger.c:1.8
--- gnupg/keyserver/gpgkeys_finger.c:1.7 Sat Oct 16 18:04:19 2004
+++ gnupg/keyserver/gpgkeys_finger.c Thu Oct 28 23:53:51 2004
@@ -132,7 +132,7 @@
}
if (hp->h_length != 4)
{
- fprintf (console, "gpgkeys: illegal address length for`%s'\n",
+ fprintf (console, "gpgkeys: illegal address length for `%s'\n",
server);
return -1;
}
More information about the Gnupg-commits
mailing list