瀏覽代碼

Whoops, patched to compile.

Ryan C. Gordon 8 年之前
父節點
當前提交
735fd14ea4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/physfs_internal.h

+ 1 - 1
src/physfs_internal.h

@@ -334,7 +334,7 @@ PHYSFS_Io *__PHYSFS_createMemoryIo(const void *buf, PHYSFS_uint64 len,
  * Read (len) bytes from (io) into (buf). Returns non-zero on success,
  * Read (len) bytes from (io) into (buf). Returns non-zero on success,
  *  zero on i/o error. Literally: "return (io->read(io, buf, len) == len);"
  *  zero on i/o error. Literally: "return (io->read(io, buf, len) == len);"
  */
  */
-int __PHYSFS_readAll(PHYSFS_Io *io, void *buf, const PHYSFS_uint64 len);
+int __PHYSFS_readAll(PHYSFS_Io *io, void *buf, const size_t len);
 
 
 
 
 /* These are shared between some archivers. */
 /* These are shared between some archivers. */