Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/guid.rs')
-rw-r--r--src/guid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guid.rs b/src/guid.rs
index 4deee30..66ba657 100644
--- a/src/guid.rs
+++ b/src/guid.rs
@@ -5,7 +5,7 @@ use binread::BinRead;
use core::fmt;
/// Size of a single GUID on disk (= size of all GUID fields).
-pub(crate) const GUID_SIZE: u64 = 16;
+pub(crate) const GUID_SIZE: usize = 16;
#[derive(BinRead, Clone, Debug, Eq, PartialEq)]
pub struct NtfsGuid {