1
0
Fork 0
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:
Sven Wischnowsky 2002-04-25 07:33:34 +00:00
parent ed98c0bed8
commit f630c8abf4
2 changed files with 5 additions and 1 deletions

View file

@ -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;