gnome-vfs-method.c: Fixed one occurrence of NTFS_MNT_RDONLY.
parent
9c0c2bf633
commit
86eb7504eb
|
@ -163,7 +163,7 @@ static GnomeVFSResult libntfs_gnomevfs_uri_parent_init(
|
|||
}
|
||||
|
||||
if (!(volume = ntfs_mount(uri->parent->text,
|
||||
NTFS_MNT_RDONLY))) {
|
||||
MS_RDONLY))) {
|
||||
g_free(uri_parent_string);
|
||||
return GNOME_VFS_ERROR_WRONG_FORMAT;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue