Commit 8934fc2
committed
Fix a failure that was only apparent on big-endian machines:
the argument corresponding to 'c' in PyArg_ParseTuple() must be an int,
not a char! (This is new -- Walter Doerwald changed it in r56044.
Note sure this was a good idea.)
Also removed a debug printf() call that was causing compiler warnings.1 parent dd5a860 commit 8934fc2
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | | - | |
1212 | 1211 | | |
1213 | 1212 | | |
1214 | 1213 | | |
| |||
1779 | 1778 | | |
1780 | 1779 | | |
1781 | 1780 | | |
1782 | | - | |
| 1781 | + | |
1783 | 1782 | | |
1784 | 1783 | | |
1785 | 1784 | | |
| |||
0 commit comments