Chameleon

Chameleon Commit Details

Date:2016-04-26 19:59:07 (7 years 11 months ago)
Author:ErmaC
Commit:2801
Parents: 2800
Message:Change type for mftOffset in rtfs.c (credits to deek5)
Changes:
M/trunk/i386/libsaio/ntfs.c

File differences

trunk/i386/libsaio/ntfs.c
155155
156156
157157
158
158
159
159160
160161
161162
int mftRecordSize;
u_int64_t totalClusters;
u_int64_t cluster, mftCluster;
size_t mftOffset;
//size_t mftOffset;
long long mftOffset;
void *nameAttr;
size_t nameSize;
char *buf;

Archive Download the corresponding diff file

Revision: 2801