projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817565a
)
Patch from Dmitry Zakharov, this line was missedfrom the last patch
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 22 Feb 2004 11:55:09 +0000
(11:55 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 22 Feb 2004 11:55:09 +0000
(11:55 -0000)
editors/awk.c
patch
|
blob
|
history
diff --git
a/editors/awk.c
b/editors/awk.c
index
8f746b4
..
09fb41d
100644
(file)
--- a/
editors/awk.c
+++ b/
editors/awk.c
@@
-1045,6
+1045,7
@@
static node *parse_expr(unsigned long iexp) {
if (glptr && (t.info == (OC_COMPARE|VV|P(39)|2))) {
/* input redirection (<) attached to glptr node */
cn = glptr->l.n = new_node(OC_CONCAT|SS|P(37));
+ cn->a.n = glptr;
xtc = TC_OPERAND | TC_UOPPRE;
glptr = NULL;