We need a longer filesystem string here to fit in all the possible layers.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29259 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9c67a177a8
commit
77b26c3221
@ -8146,7 +8146,7 @@ dev_t
|
||||
_user_mount(const char *userPath, const char *userDevice, const char *userFileSystem,
|
||||
uint32 flags, const char *userArgs, size_t argsLength)
|
||||
{
|
||||
char fileSystem[B_OS_NAME_LENGTH];
|
||||
char fileSystem[B_FILE_NAME_LENGTH];
|
||||
KPath path, device;
|
||||
char *args = NULL;
|
||||
status_t status;
|
||||
|
Loading…
Reference in New Issue
Block a user