瀏覽代碼

ft: 代码优化

master
SisMaker 3 年之前
父節點
當前提交
9b99133b61
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/eAcs.erl

+ 1
- 1
src/eAcs.erl 查看文件

@ -118,7 +118,7 @@ getOutputIs(PtrInx) ->
case acsTree:failOut(PtrInx) of
0 ->
false;
{FailPtrInx, _Pattern} ->
{_FailPtrInx, _Pattern} ->
true;
FailPtrInx ->
getOutputIs(FailPtrInx)

Loading…
取消
儲存