From: Guido van Rossum Date: Sun, 19 Feb 1995 15:50:35 +0000 (+0000) Subject: explicitly init flags in methodlist X-Git-Tag: v1.2b4~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ef5962d2ae41afa4f41af79380826701583952;p=thirdparty%2FPython%2Fcpython.git explicitly init flags in methodlist --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index fc7261537733..9d757bce1abd 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -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