Skip to content

Commit

Permalink
Fix incorrect return type conversion from DILL
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMagic committed Apr 11, 2019
1 parent 7c23b25 commit 8fb1080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class DILL:
},
"get_button": {
"arguments": [_GUID, ctwt.DWORD],
"returns": ctwt.LONG
"returns": ctypes.c_bool
},
"get_hat": {
"arguments": [_GUID, ctwt.DWORD],
Expand Down

0 comments on commit 8fb1080

Please sign in to comment.