mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate
git-svn-id: trunk@13959 -
This commit is contained in:
parent
dd937bd32d
commit
bab5c5d8a3
@ -978,7 +978,7 @@ begin
|
||||
Result:=Length(S)<>0;
|
||||
If Result then
|
||||
begin
|
||||
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat);
|
||||
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat,Separator);
|
||||
Result:=(Msg='');
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user