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

zsh-workers/9582

This commit is contained in:
Tanaka Akira 2000-02-05 22:06:09 +00:00
parent ca4cc626d4
commit 9e87799fcb

View file

@ -1616,7 +1616,7 @@ typeset_single(char *cname, char *pname, Param pm, int func,
(apm = (Param) paramtab->getnode(paramtab, pm->ename)))
uniqarray((*apm->gets.afn) (apm));
}
pm->flags = (pm->flags | on) & ~off;
pm->flags = (pm->flags | on) & ~(off | PM_UNSET);
/* This auxlen/pm->ct stuff is a nasty hack. */
if ((on & (PM_LEFT | PM_RIGHT_B | PM_RIGHT_Z | PM_INTEGER |
PM_EFLOAT | PM_FFLOAT)) &&