1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

unposted: Remove additional for loop noticed by Mikael

This commit is contained in:
Peter Stephenson 2011-06-19 19:42:41 +00:00
parent 962624e8c3
commit 437d5d98f6
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,8 @@
2011-06-19 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Src/Zle/zle_refresh.c: remove additional loop
noticed by Mikael.
* 29491: Src/glob.c, Src/lex.c, Src/math.c, Src/params.c,
Src/parse.c, Src/utils.c, Src/Modules/db_gdbm.c,
Src/Zle/compcore.c, Src/Zle/complist.c, Src/Zle/zle_refresh.c,
@ -15016,5 +15019,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5374 $
* $Revision: 1.5375 $
*****************************************************

View file

@ -541,8 +541,6 @@ parambeg(char *s)
/* Ignore the possible (...) flags. */
b++, br++;
n = skipparens(Inpar, Outpar, &b);
for (tb = p - 1; tb > s && *tb != Outbrace && *tb != Inbrace; tb--);
}
/* Ignore the stuff before the parameter name. */