Fix recursion problem

1_00_stable_10817
Glenn L McGrath 2003-09-15 04:55:29 +00:00
parent ba5eb27ce3
commit 640c1f547f
1 changed files with 2 additions and 0 deletions

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