mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix compilation of the curses module (broken by issue #16612).
This commit is contained in:
parent
3182680210
commit
a412f763b3
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ curses_window_addch_impl(PyObject *self, int group_left_1, int x, int y, PyObjec
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#else
|
#else
|
||||||
type = PyCurses_ConvertToCchar_t(cwself, chobj, &cch);
|
type = PyCurses_ConvertToCchar_t(cwself, ch, &cch);
|
||||||
#endif
|
#endif
|
||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
funcname = "addch";
|
funcname = "addch";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue