We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928b61d commit f82903bCopy full SHA for f82903b
1 file changed
Modules/_cursesmodule.c
@@ -892,7 +892,7 @@ PyCursesWindow_New(cursesmodule_state *state,
892
{
893
if (encoding == NULL) {
894
#if defined(MS_WINDOWS)
895
- char *buffer[100];
+ char buffer[100];
896
UINT cp;
897
cp = GetConsoleOutputCP();
898
if (cp != 0) {
0 commit comments