ref: dab3c8332f7e10f9cb5f22f85025e8e5ee7e9004
parent: cd04b272ed6045fcdac8c04f41c8d87840665a61
author: Ori Bernstein <[email protected]>
date: Sun Dec 28 20:39:10 EST 2014
mtime() -> fmtime(): it operates on files.
--- a/libstd/syswrap+posixy.myr
+++ b/libstd/syswrap+posixy.myr
@@ -96,7 +96,7 @@
;;
}
-const mtime = {path
+const fmtime = {path
var sb
if sys.stat(path, &sb) == 0