Fixed the setFileInfoOSDCB type to correct a typo and the types used for the create and mod DateTime.

This commit is contained in:
Peter Easdown 2021-07-26 09:07:22 +10:00
parent d6fdcf81cc
commit dca9e5a5f5
1 changed files with 2 additions and 2 deletions

View File

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