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

use a default file size #179

Closed
wants to merge 1 commit into from
Closed

Conversation

frankmorgner
Copy link
Member

applications use the file size to allocate the memory. if a card doesn't
return the file size on select, this breaks the application. so we
choose a default file size of 1024 which hopefully is big enough.

applications use the file size to allocate the memory. if a card doesn't
return the file size on select, this breaks the application. so we
choose a default file size of 1024 which hopefully is big enough.
@frankmorgner
Copy link
Member Author

will commit a better solution that fixes the error on the application level. (applications should cope with a card that does not return a file size)

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

Successfully merging this pull request may close these issues.

None yet

1 participant