explicitly init flags in methodlist

This commit is contained in:
Guido van Rossum 1995-02-19 15:50:35 +00:00
parent e71d853fc9
commit d1ef5962d2
1 changed files with 1 additions and 1 deletions

View File

@ -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