]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / fastbuf.c
index dcb8d20dc0fe305b1229b2418ee89390bb4ae0ad..be7e979015e0f797021cd9eb19c53ea68188f6de 100644 (file)
@@ -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)
     {