[BusyBox-cvs] busybox/editors awk.c,1.5,1.6

Glenn McGrath bug1 at busybox.net
Sun Feb 22 11:55:12 UTC 2004


Update of /var/cvs/busybox/editors
In directory nail:/tmp/cvs-serv3160/editors

Modified Files:
	awk.c 
Log Message:
Patch from Dmitry Zakharov, this line was missedfrom the last patch


Index: awk.c
===================================================================
RCS file: /var/cvs/busybox/editors/awk.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/awk.c	30 Oct 2003 13:36:39 -0000	1.5
+++ b/awk.c	22 Feb 2004 11:55:09 -0000	1.6
@@ -1045,6 +1045,7 @@
 		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;
 




More information about the busybox-cvs mailing list