Skip to content

Commit

Permalink
Whoops, patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 15, 2017
1 parent 8dfd3cf commit 735fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs_internal.h
Expand Up @@ -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,
* 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. */
Expand Down

0 comments on commit 735fd14

Please sign in to comment.