summaryrefslogtreecommitdiff
path: root/src/scrounge.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
commit7a80b56ff1da9ea7ff0b7817213f5c9d09644a65 (patch)
tree35723506b64a4ebd23017f87845faa4e5d8c9286 /src/scrounge.c
parentabcb5c9321f31df3f84f0b07bfe61bbd1d594042 (diff)
Fixes for windows.
Diffstat (limited to 'src/scrounge.c')
-rw-r--r--src/scrounge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrounge.c b/src/scrounge.c
index 075f329..4350e5e 100644
--- a/src/scrounge.c
+++ b/src/scrounge.c
@@ -109,7 +109,7 @@ void processRecordFileBasics(partitioninfo* pi, ntfsx_record* record, filebasics
/* Parent Directory */
- basics->parent = filename->refParent & UL(0xFFFFFFFFFFFF);
+ basics->parent = filename->refParent & kNTFS_RefMask;
/* Namespace */