summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 915838c)
raw | patch | inline | side by side (parent: 915838c)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 18 May 2005 18:33:06 +0000 (11:33 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 18 May 2005 18:33:06 +0000 (11:33 -0700) |
They aren't EOF.
strbuf.c | patch | blob | history |
diff --git a/strbuf.c b/strbuf.c
index d381c1d95bec4873bff07c97ebee9c4fc3f3d980..654330849c3f5d1502d0116c71595b9fa4613186 100644 (file)
--- a/strbuf.c
+++ b/strbuf.c
break;
strbuf_add(sb, ch);
}
- if (sb->len == 0)
- sb->eof = 1;
strbuf_end(sb);
}