소스 검색

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)

불러오는 중...
취소
저장