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

Fix segfaults on win-amd64 #18

Merged
merged 1 commit into from
Apr 25, 2017
Merged

Fix segfaults on win-amd64 #18

merged 1 commit into from
Apr 25, 2017

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Apr 25, 2017

Use size_t instead of unsigned long to handle pointers.

Fix issues #17.

Not sure if size_t and %zx are available on all platforms supported by triangle.

Not sure if this fixes all win-amd64 issues, but nosetests --with-doctest triangle and the examples I tried from http://dzhelil.info/triangle/ were working.

Use `size_t` instead of `unsigned long` to handle pointers.
@drufat drufat merged commit 34062a4 into drufat:master Apr 25, 2017
@drufat
Copy link
Owner

drufat commented Apr 25, 2017

Thanks for the fix.

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