mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* strsep.c (strsep): It's strsep, not strsep2 from testing. (If I had
a dollar for every time I've done that...)
This commit is contained in:
parent
598787a094
commit
4739851ef4
@ -1,3 +1,8 @@
|
||||
2006-10-02 David Shaw <dshaw@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@jabberwocky.com>
|
||||
|
||||
* strgutil.c (strsep): Move to strsep.c for AC_REPLACE_FUNCS.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user