author | bhook |
Sat, 09 Aug 2003 15:07:08 +0000 | |
changeset 591 | f31600941752 |
parent 590 | 171fd8b3f7f2 |
child 592 | 463c82b145d0 |
archivers/hog.c | file | annotate | diff | comparison | revisions |
--- 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);