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 3972524 commit 06daf7dCopy full SHA for 06daf7d
1 file changed
Modules/_cursesmodule.c
@@ -796,7 +796,7 @@ PyCursesWindow_New(cursesmodule_state *state,
796
{
797
if (encoding == NULL) {
798
#if defined(MS_WINDOWS)
799
- char *buffer[100];
+ char buffer[100];
800
UINT cp;
801
cp = GetConsoleOutputCP();
802
if (cp != 0) {
0 commit comments