summaryrefslogtreecommitdiff
path: root/src/ntfsx.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-03 23:00:48 +0000
committerStef Walter <stef@thewalter.net>2004-04-03 23:00:48 +0000
commitabcb5c9321f31df3f84f0b07bfe61bbd1d594042 (patch)
tree6dfcc8e90999009864157ceefb6e01cae2f2cf1f /src/ntfsx.c
parent19db12ca3a427cddc91bb1f5a0b62cc72baf3a15 (diff)
Fixes for windows.
Diffstat (limited to 'src/ntfsx.c')
-rw-r--r--src/ntfsx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntfsx.c b/src/ntfsx.c
index 35f1c23..4d6546b 100644
--- a/src/ntfsx.c
+++ b/src/ntfsx.c
@@ -316,7 +316,7 @@ ntfsx_attribute* ntfsx_record_findattribute(ntfsx_record* record, uint32 attrTyp
if(atlr->type == attrType)
{
/* Read in appropriate cluster */
- mftRecord = ntfsx_mftmap_sectorforindex(record->info->mftmap, atlr->refAttrib & 0xFFFFFFFFFFFFLL);
+ mftRecord = ntfsx_mftmap_sectorforindex(record->info->mftmap, atlr->refAttrib & UL(0xFFFFFFFFFFFF));
r2 = ntfsx_record_alloc(record->info);
if(!r2)