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:
christian_u
2010-03-29 14:47:49 +00:00
parent ef8088c301
commit b3cad37666

View File

@ -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