浏览代码

fix: io库,在pc模拟器上执行seek操作会死机

Wendal Chen 7 月之前
父节点
当前提交
704891712e
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lua/src/liolib.c

+ 3 - 2
lua/src/liolib.c

@@ -64,8 +64,9 @@ end
 #include "lauxlib.h"
 #include "lualib.h"
 
-
-
+#define l_fseek luat_fs_fseek
+#define l_ftell luat_fs_ftell
+#define l_seeknum int32_t
 
 /*
 ** Change this macro to accept other modes for 'fopen' besides