ed: fix cmd e/E

Ensure we have a filename before taking further action.
This commit is contained in:
Quentin Rameau 2015-12-15 15:13:21 +01:00 committed by sin
parent d84070398b
commit c5b36e1760
1 changed files with 1 additions and 1 deletions

2
ed.c
View File

@ -1191,8 +1191,8 @@ repeat:
goto unexpected;
if (modflag)
goto modified;
setscratch();
strcpy(savfname, getfname());
setscratch();
deflines(curln, curln);
doread(savfname);
clearundo();