Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

a bug on the 256GB iOS device #276

Closed
Sky891028 opened this issue Mar 7, 2017 · 1 comment
Closed

a bug on the 256GB iOS device #276

Sky891028 opened this issue Mar 7, 2017 · 1 comment

Comments

@Sky891028
Copy link

Sky891028 commented Mar 7, 2017

function
df();
callback(@[[NSNull null], @{ @"free" : [NSString stringWithFormat:@"%d", totalFreeSpace], @"total" : [NSString stringWithFormat:@"%d", totalSpace] }]);
will callback the wrong value
callback(@[[NSNull null], @{ @"free" : [NSString stringWithFormat:@"%ld", totalFreeSpace], @"total" : [NSString stringWithFormat:@"%ld", totalSpace] }]);
it work fine!

@wkh237
Copy link
Owner

wkh237 commented Mar 19, 2017

@Sky891028 , the fix already added to branch issue-276, please try install the package from the branch and see if it works.

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

No branches or pull requests

2 participants