changeset 541 | 2be2fff14b7a |
parent 540 | a6b6f0a54cd2 |
child 549 | 1282b8cbfc0b |
--- a/physfs_internal.h Wed Mar 12 05:39:51 2003 +0000 +++ b/physfs_internal.h Wed Mar 12 06:19:37 2003 +0000 @@ -837,12 +837,12 @@ /* * This is the buffer fill size. Don't touch. */ - PHYSFS_uint64 buffill; + PHYSFS_uint32 buffill; /* * This is the buffer position. Don't touch. */ - PHYSFS_uint64 bufpos; + PHYSFS_uint32 bufpos; /* * This should be the DirHandle that created this FileHandle.