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:
parent
ca4cc626d4
commit
9e87799fcb
1 changed files with 1 additions and 1 deletions
|
@ -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)) &&
|
||||
|
|
Loading…
Reference in a new issue