diff options
author | rsc <devnull@localhost> | 2004-04-25 21:09:39 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-25 21:09:39 +0000 |
commit | e5f0d957f2737346033dbd3175fb6a0803d841ba (patch) | |
tree | 0a3ac553234c17528c5daebe80e948ca00e66c6e /src/libbio | |
parent | fb5ca0b97b372e8cf6261ea7ba70ecc66987b980 (diff) | |
download | plan9port-e5f0d957f2737346033dbd3175fb6a0803d841ba.tar.gz plan9port-e5f0d957f2737346033dbd3175fb6a0803d841ba.tar.bz2 plan9port-e5f0d957f2737346033dbd3175fb6a0803d841ba.zip |
flushing a little much.
Diffstat (limited to 'src/libbio')
-rw-r--r-- | src/libbio/bprint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libbio/bprint.c b/src/libbio/bprint.c index 2b66605c..56d700c4 100644 --- a/src/libbio/bprint.c +++ b/src/libbio/bprint.c @@ -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; } |