JMA GCC 3.4 Compatibility

This commit is contained in:
n-a-c-h
2004-11-21 13:24:52 +00:00
parent 353fd91917
commit 64a3f11f7a

View File

@@ -70,7 +70,7 @@ namespace JMA
} }
//Seek to before file block so we can read the file block //Seek to before file block so we can read the file block
stream.seekg(-(file_block_size+UINT_SIZE),ios::end); stream.seekg(-((int)file_block_size+UINT_SIZE),ios::end);
jma_file_info file_info; jma_file_info file_info;
char byte; char byte;