mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 11:10:36 +02:00
* Forgot raise statement in strtodate (thanks to Denis Golovan)
git-svn-id: trunk@13928 -
This commit is contained in:
parent
9bdebeb50c
commit
ed950da9cc
@ -473,7 +473,7 @@ Var
|
||||
begin
|
||||
Result:=IntStrToDate(Msg,S,Len,useFormat,Separator);
|
||||
If (Msg<>'') then
|
||||
EConvertError.Create(Msg);
|
||||
Raise EConvertError.Create(Msg);
|
||||
end;
|
||||
|
||||
function StrToDate(const S: ShortString; const useformat : string; separator : char = #0): TDateTime;
|
||||
|
Loading…
Reference in New Issue
Block a user