Fix 'make extra' (ntfsmove) compilation
parent
2a104d8eda
commit
44e60c37c4
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue