Ver código fonte

* [utlSetHelper] fixed bug in Compare method

master
Bergmann89 11 anos atrás
pai
commit
dc966012a9
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      uutlSetHelper.inc

+ 1
- 1
uutlSetHelper.inc Ver arquivo

@@ -74,7 +74,7 @@ begin
if (i in aSet1) and not (i in aSet2) then begin
result := 1;
break;
end else if not (i in aSet2) and (i in aSet2) then begin
end else if not (i in aSet1) and (i in aSet2) then begin
result := -1;
break;
end;


Carregando…
Cancelar
Salvar