mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Use shallow copy to return FATX statfs.
This commit is contained in:
@@ -241,6 +241,8 @@ namespace DiscImageChef.CommonTypes.Structs
|
||||
{
|
||||
Id = new FileSystemId();
|
||||
}
|
||||
|
||||
public FileSystemInfo ShallowCopy() => (FileSystemInfo)MemberwiseClone();
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
|
||||
Reference in New Issue
Block a user