mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-24 05:11:08 +02:00
oops
This commit is contained in:
parent
497a34d249
commit
8dc2bc1350
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue