diff options
-rw-r--r-- | strbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -357,7 +357,6 @@ int strbuf_getwholeline(struct strbuf *sb, FILE *fp, int term) { int ch; - strbuf_grow(sb, 0); if (feof(fp)) return EOF; |
index : tgif.git | ||
Terin's Improved Git Fork | terinjokes@gmail.com |
summaryrefslogtreecommitdiff |
-rw-r--r-- | strbuf.c | 1 |
@@ -357,7 +357,6 @@ int strbuf_getwholeline(struct strbuf *sb, FILE *fp, int term) { int ch; - strbuf_grow(sb, 0); if (feof(fp)) return EOF; |