diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-29 00:08:43 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-29 00:08:43 +0000 |
commit | 4302f228a6f8caf5788d627976c02dc75a93135a (patch) | |
tree | 8755766c2808da95333a6055fb00586f1d379f94 | |
parent | 0309c437f654016c9f73f9944333a247d043511a (diff) |
check initseq->first in awx after running include()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/busybox/patches/920-awx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch index 146bd269a..251db6812 100644 --- a/package/busybox/patches/920-awx.patch +++ b/package/busybox/patches/920-awx.patch @@ -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); +} + |