--- branch/debug/0.X/0.9.X/0.9.7/r3113/plugins/CDVDiso/src/libiso.cpp 2010/09/13 16:12:59 170 +++ branch/debug/0.X/0.9.X/0.9.7/r3113/plugins/CDVDiso/src/libiso.cpp 2010/09/13 16:38:21 171 @@ -131,9 +131,9 @@ return handle == INVALID_HANDLE_VALUE ? NULL : handle; } -u64 _tellfile(void *handle) +u32 _tellfile(void *handle) { - u64 ofs; + u32 ofs; PLONG _ofs = (LONG*) & ofs; _ofs[1] = 0; _ofs[0] = SetFilePointer(handle, 0, &_ofs[1], FILE_CURRENT);