diff options
author | aiju <aiju@phicode.de> | 2011-07-12 18:39:40 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-07-12 18:39:40 +0200 |
commit | 5851650367a7b693056401af1e7762eeac05deeb (patch) | |
tree | c86e79c183dd40fda8a88b33e30d2e53ae7e2f3b /sys/src/libbio/binit.c | |
parent | 9f31fa9d8e6600f82bf61cd2a65c34784b3a38f4 (diff) |
added Blethal to libbio
Diffstat (limited to 'sys/src/libbio/binit.c')
-rw-r--r-- | sys/src/libbio/binit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/libbio/binit.c b/sys/src/libbio/binit.c index 75cee333b..ef705e667 100644 --- a/sys/src/libbio/binit.c +++ b/sys/src/libbio/binit.c @@ -83,6 +83,7 @@ Binits(Biobufhdr *bp, int f, int mode, uchar *p, int size) bp->rdline = 0; bp->offset = 0; bp->runesize = 0; + bp->errorf = nil; return 0; } |