Kaydet (Commit) c263286b authored tarafından Jack Jansen's avatar Jack Jansen

StandardGetFile without args now shows all files (in stead of none)

üst 7be34a8b
......@@ -480,6 +480,8 @@ mfs_StandardGetFile(self, args)
while ( numtypes < 4 && list[numtypes] ) {
numtypes++;
}
if ( numtypes == 0 )
numtypes = -1;
StandardGetFile((FileFilterUPP)0, numtypes, list, &reply);
return mkvalue("(Oi)", newmfssobject(&reply.sfFile), reply.sfGood);
}
......
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