Thanks to visit codestin.com Credit goes to github.com
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 652a4c3 commit 286d41bCopy full SHA for 286d41b
1 file changed
src/_macosx.m
@@ -1307,7 +1307,9 @@ -(void)save_figure:(id)sender
1307
}
1308
Py_ssize_t list_index = 0;
1309
PyObject* list = PyList_New(m);
1310
- for (size_t state_index = 0; state_index < n; state_index++)
+
1311
+ size_t state_index;
1312
+ for (state_index = 0; state_index < n; state_index++)
1313
{
1314
if(states[state_index]==1)
1315
0 commit comments