From: Pavel Charvat Date: Mon, 30 Jul 2012 13:47:55 +0000 (+0200) Subject: Fastbufs: Fixed btell() in writeable fbbuf. X-Git-Tag: v5.99~113 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b4aae2e94174b491161bd461b049c6d1b3b3602f;p=libucw.git Fastbufs: Fixed btell() in writeable fbbuf. --- diff --git a/ucw/fb-buffer.c b/ucw/fb-buffer.c index 5914bef5..c91dbaf4 100644 --- a/ucw/fb-buffer.c +++ b/ucw/fb-buffer.c @@ -65,7 +65,6 @@ fbbuf_init_write(struct fastbuf *f, byte *buf, uns size) .bptr = buf, .bufend = buf + size, .name = "fbbuf-write", - .pos = size, .spout = fbbuf_spout, }; }