mirror of
https://github.com/sheumann/hush.git
synced 2024-11-13 14:06:21 +00:00
ash: fix typo
This commit is contained in:
parent
4e19a9c81a
commit
87d5fd984e
@ -7961,7 +7961,7 @@ evaltree(union node *n, int flags)
|
||||
#if NOR + 1 != NSEMI
|
||||
#error NOR + 1 != NSEMI
|
||||
#endif
|
||||
unsigned is_or = is_or = n->type - NAND;
|
||||
unsigned is_or = n->type - NAND;
|
||||
evaltree(
|
||||
n->nbinary.ch1,
|
||||
(flags | ((is_or >> 1) - 1)) & EV_TESTED
|
||||
|
Loading…
Reference in New Issue
Block a user