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

Initialize linear buffer from void pointer. #94

Merged
merged 1 commit into from
Feb 21, 2015

Conversation

mikepurvis
Copy link
Contributor

This is more flexible and avoids an unnecessary cast when interoperating with code which expects strings to be char arrays rather than unsigned char arrays.

@andysworkshop
Copy link
Owner

Mike, you broke the build !!!

This is more flexible and avoids an unnecessary cast when interoperating with code which expects strings to be char arrays rather than unsigned char arrays.
@mikepurvis
Copy link
Contributor Author

Ha, embarrassing. Well, that's what it's there for. This is a little better and less hasty.

andysworkshop added a commit that referenced this pull request Feb 21, 2015
Initialize linear buffer from void pointer.
@andysworkshop andysworkshop merged commit f4a0507 into andysworkshop:master Feb 21, 2015
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.

2 participants