diff --git a/Structs/Filesystems.cs b/Structs/Filesystems.cs index e7e6e17..66b2cef 100644 --- a/Structs/Filesystems.cs +++ b/Structs/Filesystems.cs @@ -221,13 +221,13 @@ namespace DiscImageChef.CommonTypes.Structs public class FileSystemInfo { /// Blocks for this filesystem - public long Blocks; + public ulong Blocks; /// Maximum length of filenames on this filesystem public ushort FilenameLength; /// Files on this filesystem public ulong Files; /// Blocks free on this filesystem - public long FreeBlocks; + public ulong FreeBlocks; /// Free inodes on this filesystem public ulong FreeFiles; /// Filesystem ID