Browse Source

awx: fix a typo

SVN-Revision: 7314
Felix Fietkau 19 years ago
parent
commit
e1bb43f263
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/patches/920-awx.patch

+ 1 - 1
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 (tr_abort && p2) {
 +		if (backlog)
 +		if (backlog)
 +			free(backlog);
 +			free(backlog);
-+		p2 = backlog;
++		backlog = p2;
 +	}
 +	}
 +	
 +	
 +	return res;
 +	return res;