The order of parameters for fs_mount_volume() changed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9699 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-11-01 13:03:04 +00:00
parent 9f8f97f528
commit 06f517532d
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ BPartition::Mount(const char *mountPoint, uint32 mountFlags,
}
// mount the partition
error = fs_mount_volume(NULL, mountPoint, partitionPath.Path(), mountFlags,
error = fs_mount_volume(mountPoint, partitionPath.Path(), NULL, mountFlags,
parameters);
// delete the mount point on error, if we created it