mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Replace built-in type with a keyword.
This commit is contained in:
@@ -110,7 +110,7 @@ namespace DiscImageChef.DiscImages
|
||||
/// <summary>
|
||||
/// The length of the compressed block, in bytes. Little-endian.
|
||||
/// </summary>
|
||||
public UInt16 length;
|
||||
public ushort length;
|
||||
|
||||
/// <summary>
|
||||
/// The byte value used as RLE escape sequence
|
||||
|
||||
Reference in New Issue
Block a user