(svn r13303) -Fix (r13301): 64bit gcc compilation was broken

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 16 years ago
parent 14d8aacebb
commit 8aa797603c

@ -74,7 +74,7 @@ static void FioRestoreFile(int slot)
#endif /* LIMITED_FDS */
/* Seek to a file and a position */
void FioSeekToFile(uint8 slot, uint32 pos)
void FioSeekToFile(uint8 slot, size_t pos)
{
FILE *f;
#if defined(LIMITED_FDS)

Loading…
Cancel
Save