mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-29 14:40:25 +00:00
Fix recursion problem
This commit is contained in:
parent
ba5eb27ce3
commit
640c1f547f
@ -1014,6 +1014,8 @@ static void process_file(FILE * file)
|
||||
} else {
|
||||
sed_cmd = branch_to(sed_cmd->label);
|
||||
}
|
||||
/* Reset the substitution flag */
|
||||
substituted = 0;
|
||||
}
|
||||
break;
|
||||
case 'y':{
|
||||
|
Loading…
Reference in New Issue
Block a user