src/server/util/io.h

branch
webdav
changeset 336
fb75473fecca
parent 335
5234c57b8759
child 337
d934c2eb6a76
--- a/src/server/util/io.h	Sat May 07 14:08:46 2022 +0200
+++ b/src/server/util/io.h	Sat May 07 14:13:08 2022 +0200
@@ -117,7 +117,7 @@
     /*
      * number of bytes currently stored in readbuf
      */
-    size_t   buflen;  // currently number of bytes in the buffer
+    int      *buflen;  // currently number of bytes in the buffer
     /*
      * current position in the read buffer
      */

mercurial