Kaydet (Commit) 8c981898 authored tarafından Victor Stinner's avatar Victor Stinner

Fix typo in import.c

üst 577db2c9
......@@ -2283,7 +2283,7 @@ case_ok(PyObject *filename, Py_ssize_t prefix_delta, PyObject *name)
HANDLE h;
int cmp;
wchar_t *wname;
Py_ssizet wname_len;
Py_ssize_t wname_len;
if (Py_GETENV("PYTHONCASEOK") != NULL)
return 1;
......
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