cppfs icon indicating copy to clipboard operation
cppfs copied to clipboard

FileHandle.size() does not work well for large file(more than 3.9GB)

Open Gabirel opened this issue 5 years ago • 2 comments

FileHandle.size() use unsigned int to return the size of the file, which only has 4,294,967,295.

Not enough for larger file.

Gabirel avatar Apr 09 '20 02:04 Gabirel

Thanks for pointing this out. I added a new branch with a proposed change to the interfaces and member variables.

scheibel avatar Apr 15 '20 13:04 scheibel

Is this going to be committed to master soon?

lppinto avatar May 25 '20 15:05 lppinto