mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:58:35 +02:00
check initseq->first in awx after running include()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0309c437f6
commit
4302f228a6
@ -355,7 +355,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
|
|||||||
+ clear_array(ahash);
|
+ clear_array(ahash);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+ if (initseq)
|
+ if (initseq && initseq->first)
|
||||||
+ evaluate(initseq->first, &tv);
|
+ evaluate(initseq->first, &tv);
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user