changeset 591 | f31600941752 |
parent 564 | ce114ffdf485 |
child 622 | c8e67ca63ad6 |
--- a/archivers/hog.c Sat Aug 09 15:04:32 2003 +0000 +++ b/archivers/hog.c Sat Aug 09 15:07:08 2003 +0000 @@ -346,7 +346,7 @@ } /* if */ entry->size = PHYSFS_swapULE32(entry->size); - entry->startPos = __PHYSFS_platformTell(fh); + entry->startPos = (unsigned int) __PHYSFS_platformTell(fh); if (entry->startPos == -1) { __PHYSFS_platformClose(fh);