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;
|
||||
pxfDate:
|
||||
begin
|
||||
i := int-693594;
|
||||
i := int;
|
||||
Move(i,Buffer^,sizeof(Integer));
|
||||
// Result := True;
|
||||
Result := True;
|
||||
end;
|
||||
pxfShort:
|
||||
begin
|
||||
@ -641,9 +641,9 @@ begin
|
||||
end;
|
||||
pxfTime:
|
||||
begin
|
||||
i := int-693594;
|
||||
i := int;
|
||||
Move(i,Buffer^,sizeof(Integer));
|
||||
// Result := True;
|
||||
Result := True;
|
||||
end;
|
||||
pxfTimestamp:
|
||||
begin
|
||||
|
Reference in New Issue
Block a user