From 47c22cffce6483c80ec2ce86bcf63f5467dfc651 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 27 May 2008 23:10:42 +0000 Subject: (svn r13303) -Fix (r13301): 64bit gcc compilation was broken --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fileio.cpp b/src/fileio.cpp index 0b9a92769..c35c4ae96 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -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) -- cgit v1.2.3-54-g00ecf