Fixed bug #92.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -117,7 +117,7 @@ struct MountVisitor : public BDiskDeviceVisitor {
|
|||||||
else if (!silent)
|
else if (!silent)
|
||||||
fprintf(stderr, "Volume `%s' already mounted.\n", name);
|
fprintf(stderr, "Volume `%s' already mounted.\n", name);
|
||||||
} else if (mountAll) {
|
} else if (mountAll) {
|
||||||
mount = true;
|
mount = !partition->IsMounted();
|
||||||
} else if (mountBFS && type != NULL
|
} else if (mountBFS && type != NULL
|
||||||
&& strcmp(type, kPartitionTypeBFS) == 0) {
|
&& strcmp(type, kPartitionTypeBFS) == 0) {
|
||||||
mount = true;
|
mount = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user