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
the api
bool resize_file(size_t target_length)
, should change to
bool resize_file(uint64_t target_length)
to support large file that filesize more than 4GB
The text was updated successfully, but these errors were encountered:
The easier solution is simply to compile with 64 bit ;)
Sorry, something went wrong.
we should give the user an opportunity to compile with windows x86, so make the code stronger.
No branches or pull requests
the api
, should change to
to support large file that filesize more than 4GB
The text was updated successfully, but these errors were encountered: