diff --git a/libntfs/gnome-vfs-method.c b/libntfs/gnome-vfs-method.c index 317a514e..3b656ae4 100644 --- a/libntfs/gnome-vfs-method.c +++ b/libntfs/gnome-vfs-method.c @@ -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; }