From: Felix Fietkau Date: Wed, 23 May 2007 18:33:59 +0000 (+0000) Subject: awx: fix a typo X-Git-Tag: kamikaze_7.06~5 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=462acf1675441b557d054065791e2d2f3bb21f49;p=openwrt%2Fsvn-archive%2Fopenwrt.git awx: fix a typo SVN-Revision: 7314 --- diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch index f58d074e8c..6399717e00 100644 --- a/package/busybox/patches/920-awx.patch +++ b/package/busybox/patches/920-awx.patch @@ -195,7 +195,7 @@ diff -urN bb.old/editors/awx.c bb.dev/editors/awx.c + if (tr_abort && p2) { + if (backlog) + free(backlog); -+ p2 = backlog; ++ backlog = p2; + } + + return res;