Fix ntfstruncate build breakage.

edge.strict_endians
aia21 2006-12-13 10:51:32 +00:00
parent 19257df7f0
commit 5f3079c2bb
1 changed files with 1 additions and 2 deletions

View File

@ -716,7 +716,7 @@ int main(int argc, char **argv)
* Setup a default $AttrDef. FIXME: Should be reading this from the
* volume itself, at ntfs_mount() time.
*/
attr_defs = (ATTR_DEF*)&attrdef_ntfs12_array;
attr_defs = (ATTR_DEF*)&attrdef_ntfs3x_array;
/* Parse command line options. */
parse_options(argc, argv);
@ -808,4 +808,3 @@ int main(int argc, char **argv)
ntfs_log_quiet("ntfstruncate completed successfully. Have a nice day.\n");
return 0;
}