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 705da2e commit 20274b9Copy full SHA for 20274b9
1 file changed
Modules/_cursesmodule.c
@@ -677,7 +677,7 @@ PyCursesWindow_New(WINDOW *win, const char *encoding,
677
678
if (encoding == NULL) {
679
#if defined(MS_WINDOWS)
680
- char *buffer[100];
+ char buffer[100];
681
UINT cp;
682
cp = GetConsoleOutputCP();
683
if (cp != 0) {
0 commit comments