We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5917b45 commit 7186a9bCopy full SHA for 7186a9b
DiskAccessLibrary/FileSystems/NTFS/Structures/MultiSectorHeader.cs
@@ -1,4 +1,4 @@
1
-/* Copyright (C) 2014-2018 Tal Aloni <[email protected]>. All rights reserved.
+/* Copyright (C) 2014-2019 Tal Aloni <[email protected]>. All rights reserved.
2
*
3
* You can redistribute this program and/or modify it under the terms of
4
* the GNU Lesser Public License as published by the Free Software Foundation,
@@ -16,7 +16,7 @@ namespace DiskAccessLibrary.FileSystems.NTFS
16
public class MultiSectorHeader
17
{
18
public const int Length = 8;
19
- private const int SignatureLength = 4;
+ internal const int SignatureLength = 4;
20
21
private string m_signature; // 4 bytes
22
private ushort m_updateSequenceArrayOffset;
0 commit comments