Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python bindings: Do not reuse $result for pointer conversion result
The $result variable may be a pointer, but SWIG_ConvertPtr returns an int. This change avoids a compilation failure with current compilers due to a C type error.
- Loading branch information