mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:49:34 +02:00
* fixed missed setting of return code
git-svn-id: trunk@29002 -
This commit is contained in:
parent
fa89dca059
commit
30820cd0e5
@ -453,7 +453,7 @@ begin
|
||||
DT.Minute := byte (Minute);
|
||||
DT.Second := byte (Second);
|
||||
DT.Sec100 := byte (Sec100);
|
||||
DosSetDateTime (DT);
|
||||
RC := DosSetDateTime (DT);
|
||||
if RC <> 0 then
|
||||
OSErrorWatch (RC);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user