We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core/Source/Platform/File.h
Line 59 in d632b84
It seems like the issues with #11 passing tests have to do with a mismatch between size_t and int64_t on some platforms.
The text was updated successfully, but these errors were encountered:
They can't be size_t because size_t is unsigned and offset is directional (you can seek by negative bytes)
Sorry, something went wrong.
I think that @VictorStepanov should probably make the locals in his test int64_t's instead of size_t via a cast.
No branches or pull requests
Core/Source/Platform/File.h
Line 59 in d632b84
It seems like the issues with #11 passing tests have to do with a mismatch between size_t and int64_t on some platforms.
The text was updated successfully, but these errors were encountered: