[svn] GnuPG - r4613 - branches/STABLE-BRANCH-1-4/g10
svn author dshaw
cvs at cvs.gnupg.org
Sat Oct 27 21:40:23 CEST 2007
Author: dshaw
Date: 2007-10-27 21:40:13 +0200 (Sat, 27 Oct 2007)
New Revision: 4613
Modified:
branches/STABLE-BRANCH-1-4/g10/ChangeLog
branches/STABLE-BRANCH-1-4/g10/keyserver.c
Log:
* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.
Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-10-27 15:55:42 UTC (rev 4612)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-10-27 19:40:13 UTC (rev 4613)
@@ -1,3 +1,7 @@
+2007-10-27 David Shaw <dshaw at jabberwocky.com>
+
+ * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.
+
2007-10-23 Werner Koch <wk at g10code.com>
Switched entire package to GPLv3+.
Modified: branches/STABLE-BRANCH-1-4/g10/keyserver.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/keyserver.c 2007-10-27 15:55:42 UTC (rev 4612)
+++ branches/STABLE-BRANCH-1-4/g10/keyserver.c 2007-10-27 19:40:13 UTC (rev 4613)
@@ -1418,7 +1418,7 @@
plen=strlen(ptr);
while(plen>0 && ascii_isspace(ptr[plen-1]))
plen--;
- plen[ptr]='\0';
+ ptr[plen]='\0';
if(*ptr=='\0')
break;
More information about the Gnupg-commits
mailing list