diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-23 23:27:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-23 23:27:28 +0000 |
| commit | 065fe7274772bc4c23c135bf32fa781ca0a6b2a4 (patch) | |
| tree | cfa90b40bd907718d3a1c26cc27172f9f4507ecf /usr.bin/find/operator.c | |
| parent | d73c3f4796aedc880987eb5f3a250ca614cfd512 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/operator.c')
| -rw-r--r-- | usr.bin/find/operator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index d7ac7454e527..2fae7494c9f4 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -176,7 +176,7 @@ not_squish(plan) tail = result = NULL; - while (next = yanknode(&plan)) { + while ((next = yanknode(&plan))) { /* * if we encounter a ( expression ) then look for nots in * the expr subplan. |
