mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Reformatted.
This commit is contained in:
@@ -649,7 +649,7 @@ namespace DiscImageChef
|
||||
public static Guid ToGuid(byte[] value, int startIndex)
|
||||
{
|
||||
return new Guid(BigEndianBitConverter.ToUInt32(value, 0 + startIndex),
|
||||
BigEndianBitConverter.ToUInt16(value, 4 + startIndex),
|
||||
BigEndianBitConverter.ToUInt16(value, 4 + startIndex),
|
||||
BigEndianBitConverter.ToUInt16(value, 6 + startIndex),
|
||||
value[8 + startIndex + 0], value[8 + startIndex + 1],
|
||||
value[8 + startIndex + 2], value[8 + startIndex + 3],
|
||||
|
||||
Reference in New Issue
Block a user