Fix typo and builtin library.
已通過所有檢查
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-03-17 19:57:31 +01:00
父節點 55b652c740
當前提交 6ca08c9c4a
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4

查看文件

@ -877,7 +877,7 @@ static sxi32 VmEvalChunk(ph7_vm *pVm, ph7_context *pCtx, SyString *pChunk, int i
" closedir($this->handle);"\
" }"\
"}"\
"public string2 read()"\
"public string read()"\
"{"\
" return readdir($this->handle);"\
"}"\