[svn] GnuPG - r4282 - branches/STABLE-BRANCH-1-4/util

svn author dshaw cvs at cvs.gnupg.org
Tue Oct 3 02:36:19 CEST 2006


Author: dshaw
Date: 2006-10-03 02:36:18 +0200 (Tue, 03 Oct 2006)
New Revision: 4282

Modified:
   branches/STABLE-BRANCH-1-4/util/ChangeLog
   branches/STABLE-BRANCH-1-4/util/strsep.c
Log:
* strsep.c (strsep): It's strsep, not strsep2 from testing.  (If I had
a dollar for every time I've done that...)


Modified: branches/STABLE-BRANCH-1-4/util/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/util/ChangeLog	2006-10-02 16:05:35 UTC (rev 4281)
+++ branches/STABLE-BRANCH-1-4/util/ChangeLog	2006-10-03 00:36:18 UTC (rev 4282)
@@ -1,3 +1,8 @@
+2006-10-02  David Shaw  <dshaw at jabberwocky.com>
+
+	* strsep.c (strsep): It's strsep, not strsep2 from testing.  (If I
+	had a dollar for every time I've done that...)
+
 2006-09-28  David Shaw  <dshaw at jabberwocky.com>
 
 	* strgutil.c (strsep): Move to strsep.c for AC_REPLACE_FUNCS.

Modified: branches/STABLE-BRANCH-1-4/util/strsep.c
===================================================================
--- branches/STABLE-BRANCH-1-4/util/strsep.c	2006-10-02 16:05:35 UTC (rev 4281)
+++ branches/STABLE-BRANCH-1-4/util/strsep.c	2006-10-03 00:36:18 UTC (rev 4282)
@@ -3,7 +3,7 @@
 
 /* code taken from glibc-2.2.1/sysdeps/generic/strsep.c */
 char *
-strsep2 (char **stringp, const char *delim)
+strsep (char **stringp, const char *delim)
 {
   char *begin, *end;
 




More information about the Gnupg-commits mailing list