Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs/libntfs
In directory delta357:/tmp/cvs-serv3733/libntfs
Modified Files:
mft.c misc.c
Log Message:
Fix typo and build with disabled error handling
Index: mft.c
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/libntfs/mft.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- mft.c 1 Nov 2006 13:30:40 -0000 1.48
+++ mft.c 6 Nov 2006 17:11:02 -0000 1.49
@@ -386,9 +386,7 @@ int ntfs_mft_record_format(const ntfs_vo
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
Index: misc.c
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/libntfs/misc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- misc.c 1 Nov 2006 12:31:11 -0000 1.1
+++ misc.c 6 Nov 2006 17:11:02 -0000 1.2
@@ -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
*
|