mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Corrected return value for geo's getheader
This commit is contained in:
parent
4b574f9456
commit
2c3aba370f
@ -112,7 +112,7 @@ class Devil1GEO_FN(ctypes.Structure):
|
||||
None,
|
||||
ctypes.POINTER(Coordinate))),
|
||||
("getheader", ctypes.CFUNCTYPE(
|
||||
None,
|
||||
ctypes.c_bool,
|
||||
ctypes.POINTER(ctypes.POINTER(Header)),
|
||||
ctypes.c_char_p)),
|
||||
("getmeshheader", ctypes.CFUNCTYPE(
|
||||
|
Loading…
Reference in New Issue
Block a user