Fix compilation for msdos targets

This commit is contained in:
Pierre Muller 2023-05-22 23:53:48 +02:00
parent 02b6e9143a
commit a7578e144d

View File

@ -316,7 +316,8 @@ end;
class function TTimeSpan.TryParse(const S: string; out Value: TTimeSpan
): Boolean;
var i,len,k,v,v2 : integer;
var i,len,k,v2 : integer;
v : longint;
sgn : boolean;
begin
value.fticks:=0;