check initseq->first in awx after running include()

SVN-Revision: 6751
lede-17.01
Felix Fietkau 2007-03-29 00:08:43 +00:00
parent 54942b3ce2
commit f4998c554a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
+} +}
+ +