mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0002254] Services2 WFX plugin fails to import #2
This commit is contained in:
parent
4c3460cb9b
commit
7b472eb8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue