2
0
Эх сурвалжийг харах

Merge pull request #427 from engor/develop

Fixed recursive function call.
Mark Sibly 7 жил өмнө
parent
commit
a93d05750b

+ 1 - 1
modules/std/misc/zipfile.monkey2

@@ -163,7 +163,7 @@ End
 #end
 Function ExtractZip:Bool( zipFile:String,dstDir:String )
 
-	Return ExtractZip( zipFile,dstDir )
+	Return ExtractZip( zipFile,dstDir,"" )
 End
 
 #rem monkeydoc @hidden