diff core/src/luan/modules/IoLuan.java @ 237:97d175772fed

implement mmake git-svn-id: https://luan-java.googlecode.com/svn/trunk@238 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 06 Oct 2014 04:07:56 +0000
parents ec016471c6eb
children f1f7d8c7e94e
line wrap: on
line diff
--- a/core/src/luan/modules/IoLuan.java	Sun Oct 05 09:11:10 2014 +0000
+++ b/core/src/luan/modules/IoLuan.java	Mon Oct 06 04:07:56 2014 +0000
@@ -367,7 +367,7 @@
 		}
 
 		public boolean exists() {
-			return Utils.exists(file);
+			return file.exists();
 		}
 
 		@Override LuanTable table() {