diff options
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index aa3ce024e..2be4ed174 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -902,7 +902,7 @@ static void process_file(FILE * file) | |||
902 | } | 902 | } |
903 | #endif | 903 | #endif |
904 | /* we print the pattern_space once, unless we were told to be quiet */ | 904 | /* we print the pattern_space once, unless we were told to be quiet */ |
905 | substituted = do_subst_command(sed_cmd, &pattern_space); | 905 | substituted |= do_subst_command(sed_cmd, &pattern_space); |
906 | 906 | ||
907 | #ifdef CONFIG_FEATURE_SED_EMBEDED_NEWLINE | 907 | #ifdef CONFIG_FEATURE_SED_EMBEDED_NEWLINE |
908 | /* undo HACK: escape newlines twice so regex can match them */ | 908 | /* undo HACK: escape newlines twice so regex can match them */ |