int rtn;
int x, y;
int strtype;
- PyObject *strobj, *bytesobj;
+ PyObject *strobj, *bytesobj = NULL;
#ifdef HAVE_NCURSESW
wchar_t *wstr = NULL;
#endif
{
int rtn, x, y, n;
int strtype;
- PyObject *strobj, *bytesobj;
+ PyObject *strobj, *bytesobj = NULL;
#ifdef HAVE_NCURSESW
wchar_t *wstr = NULL;
#endif
int rtn;
int x, y;
int strtype;
- PyObject *strobj, *bytesobj;
+ PyObject *strobj, *bytesobj = NULL;
#ifdef HAVE_NCURSESW
wchar_t *wstr = NULL;
#endif
{
int rtn, x, y, n;
int strtype;
- PyObject *strobj, *bytesobj;
+ PyObject *strobj, *bytesobj = NULL;
#ifdef HAVE_NCURSESW
wchar_t *wstr = NULL;
#endif