Chameleon

Chameleon Commit Details

Date:2014-01-07 09:25:04 (10 years 3 months ago)
Author:Chuck Fry
Commit:2302
Parents: 2301
Message:Fix badly formed comment inside #ifdef
Changes:
M/branches/chucko/i386/libsaio/ntfs.c

File differences

branches/chucko/i386/libsaio/ntfs.c
272272
273273
274274
275
276
275
277276
278277
279278
}
if (read(fd, buf, mftRecordSize) != mftRecordSize)
{
//verbose("NTFS: error reading MFT $Volume record: %s\n",
strerror(errno));
//verbose("NTFS: error reading MFT $Volume record: %s\n", strerror(errno));
goto error;
}
#endif

Archive Download the corresponding diff file

Revision: 2302