awx: fix a typo
[openwrt/svn-archive/archive.git] / package / busybox / patches / 920-awx.patch
index f58d074e8c32f09390d72ba52768b8d6ffc23da4..6399717e00f5de6cb43efc614a001c93a84b41cf 100644 (file)
@@ -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;