From 277a3a20f1fc5b8a9269aaae4f9ce14ae1576f37 Mon Sep 17 00:00:00 2001 From: dimok321 <15055714+dimok789@users.noreply.github.com> Date: Mon, 6 Jun 2011 21:12:27 +0000 Subject: [PATCH] *Fixed corruption on some files when writing *Corrected version number in the config.h --- source/config.h | 6 +++--- source/param.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/config.h b/source/config.h index 9a7b0dc..a0a5da0 100644 --- a/source/config.h +++ b/source/config.h @@ -309,13 +309,13 @@ #define PACKAGE_NAME "ntfs-3g" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ntfs-3g 2011.1.15" +#define PACKAGE_STRING "ntfs-3g 2011.4.12" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ntfs-3g" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2011.1.15" +#define PACKAGE_VERSION "2011.4.12" /* POSIX ACL support */ #undef POSIXACLS @@ -345,7 +345,7 @@ #endif /* Version number of package */ -#define VERSION "2010.8.8" +#define VERSION "2011.4.12" /* Define to 1 if this is a Windows OS */ #undef WINDOWS diff --git a/source/param.h b/source/param.h index 57d122e..7420c79 100644 --- a/source/param.h +++ b/source/param.h @@ -55,7 +55,7 @@ enum { */ /* only update the final extent of a runlist when appending data */ -#define PARTIAL_RUNLIST_UPDATING 1 +#define PARTIAL_RUNLIST_UPDATING 0 /* * Parameters for user and xattr mappings