Kaydet (Commit) d1ef5962 authored tarafından Guido van Rossum's avatar Guido van Rossum

explicitly init flags in methodlist

üst e71d853f
......@@ -479,7 +479,7 @@ static struct methodlist mac_methods[] = {
#endif
{"getbootvol", mac_getbootvol}, /* non-standard */
{"getcwd", mac_getcwd},
{"listdir", mac_listdir},
{"listdir", mac_listdir, 0},
#ifndef CW4
{"lseek", mac_lseek},
#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