mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
parent
3c5d642685
commit
d443fafc3c
@ -226,7 +226,7 @@ begin
|
||||
s:=LowerCase(inp);
|
||||
I:=0;
|
||||
Result:='';
|
||||
While (Result='') and (i<FmyVersionCategories.Count -1) do
|
||||
While (Result='') and (i<FmyVersionCategories.Count) do
|
||||
begin
|
||||
V:=FmyVersionCategories[i];
|
||||
if (V=S) and ((transid=0) or (transid=dword(pointer(FmyVersionCategories.Objects[i])))) then
|
||||
|
Loading…
Reference in New Issue
Block a user