mirror of
https://github.com/sheumann/hush.git
synced 2025-03-01 12:30:09 +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 {
|
} else {
|
||||||
sed_cmd = branch_to(sed_cmd->label);
|
sed_cmd = branch_to(sed_cmd->label);
|
||||||
}
|
}
|
||||||
|
/* Reset the substitution flag */
|
||||||
|
substituted = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'y':{
|
case 'y':{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user