mirror of
https://github.com/wiiu-env/libntfs.git
synced 2024-11-14 06:05:07 +01:00
*Fixed corruption on some files when writing
*Corrected version number in the config.h
This commit is contained in:
parent
a33b746ad5
commit
b4e5741b00
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user