Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure string options are converted to proper strings before passing …
…to ccall (#204) Proper fix to #201. The core issue here is that if you take the `pointer` of a SubString, it doesn't properly account for the _substring_ length, because C strings continue until the NUL termination.
- Loading branch information