Przeglądaj źródła

fx: 匹配类别汇聚时修正

master
SisMaker 4 lat temu
rodzic
commit
19bf571b06
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/eAcs.erl

+ 1
- 1
src/eAcs.erl Wyświetl plik

@ -237,7 +237,7 @@ dealMatchList([{_OldByteIndex, OldMatchWordCnt, OldWordIndex} | LeftMatchList] =
CurStartIndex = CurWordIndex - MatchWordCnt,
OldStartIndex = OldWordIndex - OldMatchWordCnt,
if
CurStartIndex > OldWordIndex + 1 ->
CurStartIndex >= OldWordIndex + 1 ->
[{CurByteIndex, MatchWordCnt, CurWordIndex} | OldMatchList];
CurStartIndex >= OldStartIndex ->
[{CurByteIndex, CurWordIndex - OldStartIndex, CurWordIndex} | LeftMatchList];

Ładowanie…
Anuluj
Zapisz