FIX: Bug [0002254] Services2 WFX plugin fails to import #2

This commit is contained in:
Alexander Koblov 2019-03-07 18:00:34 +00:00
commit 7b472eb8fc

View file

@ -749,7 +749,7 @@ begin
AddField(sFieldName, xUnits, Rez);
end;
Inc(Index);
until (Rez = ft_nomorefields) or (Rez < 0);
until (Rez <= ft_nomorefields);
Translate;
end;