mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected directory entry.
This commit is contained in:
@@ -247,10 +247,10 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
public UInt32 dtc;
|
||||
/// <summary>0x2C, last modification date</summary>
|
||||
public UInt32 dtm;
|
||||
/// <summary>0x30, file length in bytes, including wasted block space</summary>
|
||||
public Int32 wasted;
|
||||
/// <summary>0x34, file length in bytes</summary>
|
||||
/// <summary>0x30, file length in bytes</summary>
|
||||
public Int32 length;
|
||||
/// <summary>0x34, file length in bytes, including wasted block space</summary>
|
||||
public Int32 wasted;
|
||||
/// <summary>0x38, unknown</summary>
|
||||
public byte[] tail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user