f17d58cadd
"For a general character pointer that may also point to binary data, POINTER(c_char) must be used." c_char_p is for a zero-terminated string. Reference: https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p Applying this change to the 4.1.4 released python module fixes #2339 for me in Ubuntu. |
||
---|---|---|
.. | ||
__init__.py | ||
core.py | ||
errors.py | ||
formats.py | ||
helper.py | ||
material.py | ||
postprocess.py | ||
structs.py |