X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffastbuf.c;h=be7e979015e0f797021cd9eb19c53ea68188f6de;hb=55c249f666faddb7d4e999d8a8e3ab66bccfae96;hp=dcb8d20dc0fe305b1229b2418ee89390bb4ae0ad;hpb=f3625d622964cf99300ceb7e499b99ebbce9fe69;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) {