From dca9e5a5f516707e917f160e5b515ea8f1b1f745 Mon Sep 17 00:00:00 2001 From: Peter Easdown Date: Mon, 26 Jul 2021 09:07:22 +1000 Subject: [PATCH] Fixed the setFileInfoOSDCB type to correct a typo and the types used for the create and mod DateTime. --- Tool.Interface/GSOS.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tool.Interface/GSOS.pas b/Tool.Interface/GSOS.pas index 0a7826c..8e31a9d 100644 --- a/Tool.Interface/GSOS.pas +++ b/Tool.Interface/GSOS.pas @@ -335,8 +335,8 @@ type fileType: integer; auxType: longint; nullField1: integer; {set this field to zero} - createDateTime: longint; - modDateTome: longint; + createDateTime: timeField; + modDateTime: timeField; optionList: optionListPtr; nullField2: longint; {set this field to zero} nullField3: longint; {set this field to zero}