From f07695f8236c72c0524c5c6f2628b7914ba873bb Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 23 Apr 2019 01:38:33 +0100 Subject: [PATCH] Update CICMMetadata version. --- Structs/Filesystems.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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