diff options
-rw-r--r-- | strbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ void read_line(struct strbuf *sb, FILE *fp, int term) { break; strbuf_add(sb, ch); } - if (sb->len == 0) - sb->eof = 1; strbuf_end(sb); } |
index : delta/git.git | ||
github.com: git/git.git |
summaryrefslogtreecommitdiff |
-rw-r--r-- | strbuf.c | 2 |
@@ -37,8 +37,6 @@ void read_line(struct strbuf *sb, FILE *fp, int term) { break; strbuf_add(sb, ch); } - if (sb->len == 0) - sb->eof = 1; strbuf_end(sb); } |