gnome-vfs-method.c: Fixed one occurrence of NTFS_MNT_RDONLY.

edge.strict_endians
Erik Larsson 2010-12-03 07:51:56 +01:00
parent 9c0c2bf633
commit 86eb7504eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}