typo which made ntfslabel read only

(Logical change 1.183)
edge.strict_endians
flatcap.org!flatcap 2003-09-28 13:00:38 +00:00
parent a139e15ddd
commit f433b68d83
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ ntfs_volume * utils_mount_volume (const char *device, unsigned long flags, BOOL
if (!utils_valid_device (device, force))
return NULL;
vol = ntfs_mount (device, MS_RDONLY);
vol = ntfs_mount (device, flags);
if (!vol) {
Eprintf ("Couldn't mount device '%s': %s\n", device, strerror (errno));
return NULL;