Fix recursion problem

This commit is contained in:
Glenn L McGrath 2003-09-15 04:55:29 +00:00
parent ba5eb27ce3
commit 640c1f547f

View File

@ -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':{