tflushing a little much. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e5f0d957f2737346033dbd3175fb6a0803d841ba
DIR parent fb5ca0b97b372e8cf6261ea7ba70ecc66987b980
HTML Author: rsc <devnull@localhost>
Date: Sun, 25 Apr 2004 21:09:39 +0000
flushing a little much.
Diffstat:
M src/libbio/bprint.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/src/libbio/bprint.c b/src/libbio/bprint.c
t@@ -14,7 +14,5 @@ Bprint(Biobuf *bp, char *fmt, ...)
f.args = args;
n = dofmt(&f, fmt);
va_end(args);
- if(n > 0 && Bfmtflush(&f) < 0)
- return -1;
return n;
}