mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
remove one half of 17029; the part for zstyle wasn't right (17035)
This commit is contained in:
parent
ed98c0bed8
commit
f630c8abf4
2 changed files with 5 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ setstypat(Style s, char *pat, Patprog prog, char **vals, int eval)
|
|||
freearray(p->vals);
|
||||
if (p->eval)
|
||||
freeeprog(p->eval);
|
||||
freepatprog(p->prog);
|
||||
p->vals = zarrdup(vals);
|
||||
p->eval = eprog;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue