Skip to content

Code works not on Android #3

Description

@sloopidoopi

Instead of using:
return statFs.Call("getBlockSize") * statFs.Call("getAvailableBlocks");
//Returns negative numbers as int is too small

you should use this:
return statFs.Call("getBlockSizeLong") * statFs.Call("getAvailableBlocksLong");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions