From b3cad37666298c24b38e699b040f3a14292bbf4f Mon Sep 17 00:00:00 2001 From: christian_u Date: Mon, 29 Mar 2010 14:47:49 +0000 Subject: [PATCH] read date and time formats correct git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1191 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tparadoxdataset/paradoxds.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/tparadoxdataset/paradoxds.pas b/components/tparadoxdataset/paradoxds.pas index a1fa0211b..b13ed16de 100644 --- a/components/tparadoxdataset/paradoxds.pas +++ b/components/tparadoxdataset/paradoxds.pas @@ -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