Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/ed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/ed.c b/editors/ed.c
index 18faba5a4..fed10c470 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -1016,8 +1016,6 @@ int ed_main(int argc UNUSED_PARAM, char **argv)
if (!readLines(fileName, 1)) {
return EXIT_SUCCESS;
}
- if (lastNum)
- setCurNum(1);
dirty = FALSE;
}