mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-09 08:08:27 +00:00
check initseq->first in awx after running include()
SVN-Revision: 6751
This commit is contained in:
parent
54942b3ce2
commit
f4998c554a
@ -355,7 +355,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
|
||||
+ clear_array(ahash);
|
||||
+ }
|
||||
+ }
|
||||
+ if (initseq)
|
||||
+ if (initseq && initseq->first)
|
||||
+ evaluate(initseq->first, &tv);
|
||||
+}
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user