Explorar el Código

ft: 代码优化

master
SisMaker hace 3 años
padre
commit
9b99133b61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/eAcs.erl

+ 1
- 1
src/eAcs.erl Ver fichero

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

Cargando…
Cancelar
Guardar