Fix 'make extra' (ntfsmove) compilation

edge.strict_endians
szaka 2005-09-24 23:46:54 +00:00
parent 2a104d8eda
commit 44e60c37c4
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ int main (int argc, char *argv[])
count = move_file (vol, inode, opts.location, 0);
if ((count > 0) && (!opts.nodirty)) {
if (ntfs_volume_set_flags (vol, vol->flags | VOLUME_IS_DIRTY) <
if (ntfs_volume_write_flags (vol, vol->flags | VOLUME_IS_DIRTY) <
0) {
Eprintf ("Couldn't mark volume dirty\n");
}