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 3087fb0b9..f0e5e4d5d 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -732,7 +732,6 @@ static int readLines(const char *file, int num) | |||
732 | cc = safe_read(fd, bufPtr, bufSize - bufUsed); | 732 | cc = safe_read(fd, bufPtr, bufSize - bufUsed); |
733 | bufUsed += cc; | 733 | bufUsed += cc; |
734 | bufPtr = bufBase; | 734 | bufPtr = bufBase; |
735 | |||
736 | } while (cc > 0); | 735 | } while (cc > 0); |
737 | 736 | ||
738 | if (cc < 0) { | 737 | if (cc < 0) { |