Kaydet (Commit) 2145595f authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Initialize the tk_init_failed static variable to 0.

üst b1386df9
......@@ -281,7 +281,7 @@ static PyObject *valInCmd;
static PyObject *trbInCmd;
#ifdef TKINTER_PROTECT_LOADTK
static int tk_load_failed;
static int tk_load_failed = 0;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment