aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index f68f44724..3fc40ceef 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -1521,7 +1521,7 @@ int sed_main(int argc UNUSED_PARAM, char **argv)
1521 //argc -= optind; 1521 //argc -= optind;
1522 argv += optind; 1522 argv += optind;
1523 if (opt & OPT_in_place) { // -i 1523 if (opt & OPT_in_place) { // -i
1524 atexit(cleanup_outname); 1524 die_func = cleanup_outname;
1525 } 1525 }
1526 if (opt & (2|4)) 1526 if (opt & (2|4))
1527 G.regex_type |= REG_EXTENDED; // -r or -E 1527 G.regex_type |= REG_EXTENDED; // -r or -E