X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffastbuf.c;h=be7e979015e0f797021cd9eb19c53ea68188f6de;hb=91c499892f07ad6494351a1c1985a0d3e2600a25;hp=dcb8d20dc0fe305b1229b2418ee89390bb4ae0ad;hpb=c8ec1e124ac9396a08bba4cc1aad113bdfa96a5a;p=libucw.git diff --git a/lib/fastbuf.c b/lib/fastbuf.c index dcb8d20d..be7e9790 100644 --- a/lib/fastbuf.c +++ b/lib/fastbuf.c @@ -114,7 +114,7 @@ uns bread_slow(struct fastbuf *f, void *b, uns l, uns check) return total; } -void bwrite_slow(struct fastbuf *f, void *b, uns l) +void bwrite_slow(struct fastbuf *f, const void *b, uns l) { while (l) {