1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-24 05:11:08 +02:00
This commit is contained in:
Peter Stephenson 2008-04-29 19:53:47 +00:00
parent 497a34d249
commit 8dc2bc1350
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-04-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Src/glob.c: oops.
2008-04-29 Peter Stephenson <pws@csr.com>
* 24894: Doc/Zsh/zle.yo, Src/init.c, Src/zsh.h,

View file

@ -2706,7 +2706,7 @@ igetmatch(char **sp, Patprog p, int fl, int n, char *replstr,
/**/
static int
igetmatch(char **sp, Patprog p, int fl, int n, char *replstr,
LinkList *replistp)
LinkList *repllistp)
{
char *s = *sp, *t;
/*