Skip to content
New issue

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

resize_file() can support large file that filesize more than 4GB #16

Open
fooofei opened this issue Mar 28, 2017 · 2 comments
Open

resize_file() can support large file that filesize more than 4GB #16

fooofei opened this issue Mar 28, 2017 · 2 comments

Comments

@fooofei
Copy link

fooofei commented Mar 28, 2017

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

@wjakob
Copy link
Owner

wjakob commented Mar 28, 2017

The easier solution is simply to compile with 64 bit ;)

@fooofei
Copy link
Author

fooofei commented Mar 28, 2017

we should give the user an opportunity to compile with windows x86, so make the code stronger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants