mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
Fix compilation for msdos targets
This commit is contained in:
parent
02b6e9143a
commit
a7578e144d
@ -316,7 +316,8 @@ end;
|
|||||||
|
|
||||||
class function TTimeSpan.TryParse(const S: string; out Value: TTimeSpan
|
class function TTimeSpan.TryParse(const S: string; out Value: TTimeSpan
|
||||||
): Boolean;
|
): Boolean;
|
||||||
var i,len,k,v,v2 : integer;
|
var i,len,k,v2 : integer;
|
||||||
|
v : longint;
|
||||||
sgn : boolean;
|
sgn : boolean;
|
||||||
begin
|
begin
|
||||||
value.fticks:=0;
|
value.fticks:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user