diff --git a/X2UtApp.pas b/X2UtApp.pas index da4c787..4e34d9d 100644 --- a/X2UtApp.pas +++ b/X2UtApp.pas @@ -204,7 +204,7 @@ end; function TX2AppVersionStrings.GetValue; begin - if (Index > 0) and (Index < FValues.Count) then + if (Index > -1) and (Index < FValues.Count) then Result := FValues[Index] else Result := '';