]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mem.c
Fixed parsing of bin/config output (by TomHol in rel-3-6-1).
[libucw.git] / lib / fb-mem.c
index daa807338301000882aa338cc5dc8ef1864619da..64a1930e131141eec1542c6a9844982b01ab0604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Memory Streams
+ *     UCW Library -- Fast Buffered I/O on Memory Streams
  *
  *     (c) 1997--2002 Martin Mares <mj@ucw.cz>
  *
@@ -179,6 +179,7 @@ fbmem_clone_read(struct fastbuf *b)
   f->refill = fbmem_refill;
   f->seek = fbmem_seek;
   f->close = fbmem_close;
+  f->can_overwrite_buffer = 1;
   return f;
 }