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