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

Fixes #46 - Wrong file modes for read methods; refactored C fd open code #48

Merged
merged 1 commit into from Aug 31, 2015

Conversation

justinfx
Copy link
Member

Fixes #46

A few methods were using a write file mode when they should have been using a read mode. I have fixed those and refactored the C file descriptor handling into a single helper function.

justinfx added a commit that referenced this pull request Aug 31, 2015
Fixes #46 - Wrong file modes for read methods; refactored C fd open code
@justinfx justinfx merged commit 943dd09 into master Aug 31, 2015
justinfx added a commit that referenced this pull request Mar 4, 2016
Fixes #46 - Wrong file modes for read methods; refactored C fd open code
@justinfx justinfx deleted the 46_crashing_read_write branch March 4, 2016 20:14
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.

Magick Wand ReadImageFile fails
1 participant