11
This commit is contained in:
@@ -26,7 +26,7 @@ class IO extends Base_C_Object {
|
||||
local FileObj = Sq_CallFunc(_Fopen_Address, "pointer", ["pointer", "pointer"], Str_Ptr(FileName), Str_Ptr(Modes));
|
||||
if (FileObj) {
|
||||
base.constructor(FileObj);
|
||||
} else throw("文件打开错误! FileName: " + FileName);
|
||||
} else throw ("文件打开错误! FileName: " + FileName);
|
||||
}
|
||||
|
||||
//读取一行
|
||||
|
||||
Reference in New Issue
Block a user