projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71b54b
)
awx: fix a typo
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2007 18:33:59 +0000
(18:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2007 18:33:59 +0000
(18:33 +0000)
SVN-Revision: 7314
package/busybox/patches/920-awx.patch
patch
|
blob
|
history
diff --git
a/package/busybox/patches/920-awx.patch
b/package/busybox/patches/920-awx.patch
index f58d074e8c32f09390d72ba52768b8d6ffc23da4..6399717e00f5de6cb43efc614a001c93a84b41cf 100644
(file)
--- 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;