diff options
Diffstat (limited to 'editors/ed.c')
-rw-r--r-- | editors/ed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/ed.c b/editors/ed.c index 3087fb0..f0e5e4d 100644 --- a/editors/ed.c +++ b/editors/ed.c @@ -732,7 +732,6 @@ static int readLines(const char *file, int num) cc = safe_read(fd, bufPtr, bufSize - bufUsed); bufUsed += cc; bufPtr = bufBase; - } while (cc > 0); if (cc < 0) { |