You've already forked lazarus-ccr
read date and time formats correct
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1191 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -611,9 +611,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
pxfDate:
|
pxfDate:
|
||||||
begin
|
begin
|
||||||
i := int-693594;
|
i := int;
|
||||||
Move(i,Buffer^,sizeof(Integer));
|
Move(i,Buffer^,sizeof(Integer));
|
||||||
// Result := True;
|
Result := True;
|
||||||
end;
|
end;
|
||||||
pxfShort:
|
pxfShort:
|
||||||
begin
|
begin
|
||||||
@ -641,9 +641,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
pxfTime:
|
pxfTime:
|
||||||
begin
|
begin
|
||||||
i := int-693594;
|
i := int;
|
||||||
Move(i,Buffer^,sizeof(Integer));
|
Move(i,Buffer^,sizeof(Integer));
|
||||||
// Result := True;
|
Result := True;
|
||||||
end;
|
end;
|
||||||
pxfTimestamp:
|
pxfTimestamp:
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user