From 86eb7504ebaa31feb6c25d8874cae9fc4752f9a5 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Fri, 3 Dec 2010 07:51:56 +0100 Subject: [PATCH] gnome-vfs-method.c: Fixed one occurrence of NTFS_MNT_RDONLY. --- libntfs/gnome-vfs-method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }