* Applied patch from luroh as part of #7433 -- sorry for the long delay!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7a2bb2b04c
commit
10751cadb8
@ -602,6 +602,9 @@ main(int argc, char* argv[])
|
||||
if (fuse_opt_parse(&fuseArgs, &config, fsOptions, process_options) < 0)
|
||||
return 1;
|
||||
|
||||
if (!config.mntPoint)
|
||||
print_usage_and_exit(fuseArgs.argv[0]);
|
||||
|
||||
if (!modules[0]) {
|
||||
fprintf(stderr, "Error: Couldn't find FS module!\n");
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user