Fix typo and build with disabled error handling
parent
45e3b4acd0
commit
d556675a29
|
@ -386,9 +386,7 @@ int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifndef NTFS_DISABLE_DEBUG_LOGGING
|
||||
static const char *es = " Leaving inconsistent metadata. Run chkdsk.";
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ntfs_ffz - Find the first unset (zero) bit in a word
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* mft.c - Miscellaneous functions. Part of the Linux-NTFS project.
|
||||
* misc.c - Miscellaneous functions. Part of the Linux-NTFS project.
|
||||
*
|
||||
* Copyright (c) 2006 Szabolcs Szakacsits
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue