X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffastbuf.c;h=f83b40210132db4a87258d9d77f9078f0465b6bd;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=a29dc30b370e8a5c2606eab15edb665b9746bbbb;hpb=c356224de3a2adf464369492c981503241661272;p=libucw.git diff --git a/lib/fastbuf.c b/lib/fastbuf.c index a29dc30b..f83b4021 100644 --- a/lib/fastbuf.c +++ b/lib/fastbuf.c @@ -1,7 +1,7 @@ /* - * Sherlock Library -- Fast Buffered I/O + * UCW Library -- Fast Buffered I/O * - * (c) 1997--2004 Martin Mares + * (c) 1997--2005 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -344,7 +344,7 @@ brewind(struct fastbuf *f) } int -bskip(struct fastbuf *f, uns len) +bskip_slow(struct fastbuf *f, uns len) { while (len) {