]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
autoconf.h needs to be handled differently, since it is copied from obj/lib
[libucw.git] / lib / fastbuf.h
index 55f3d72b3dd884c8f31b2e4cc3cab1ff74c30862..1589843d5e3ccde0a701004ee893812b9a37c1af 100644 (file)
@@ -63,7 +63,7 @@ struct fastbuf {
   byte is_fastbuf[0];                  /* Dummy field for checking of type casts */
   byte *bptr, *bstop;                  /* Access pointers */
   byte *buffer, *bufend;               /* Start and end of the buffer */
-  byte *name;                          /* File name for error messages */
+  char *name;                          /* File name for error messages */
   sh_off_t pos;                                /* Position of bstop in the file */
   int (*refill)(struct fastbuf *);     /* Get a buffer with new data */
   void (*spout)(struct fastbuf *);     /* Write buffer data to the file */