Skip to content

Commit

Permalink
Merge pull request #340 from danghvu/master
Browse files Browse the repository at this point in the history
Fix a bug in Cython due to renaming
  • Loading branch information
aquynh committed Apr 28, 2015
2 parents ac6be47 + 06044ff commit ab23a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pyx/ccapstone.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ cdef class Cs(object):
# our binding version is different from the core's API version
raise CsError(capstone.CS_ERR_VERSION)

self._csh = <cc.csh> _cs._csh.value
self._csh = <cc.csh> _cs.csh.value
self._cs = _cs


Expand Down

0 comments on commit ab23a08

Please sign in to comment.