Rar 5 format (#310)

Fix rar 5 format comment
This commit is contained in:
Sors
2017-12-04 20:59:49 +02:00
committed by Adam Hathcock
parent 3da3b212fa
commit a4ebd5fb3d

View File

@@ -18,9 +18,9 @@ namespace SharpCompress.Common.Rar.Headers
Flags == 0x1A21 &&
HeaderSize == 0x07;
// Rar5 signature: 52 61 72 21 1A 07 10 00 (not supported yet)
// Rar5 signature: 52 61 72 21 1A 07 01 00 (not supported yet)
}
internal bool OldFormat { get; private set; }
}
}
}