Ticket #7433: add_check.patch
File add_check.patch, 468 bytes (added by , 14 years ago) |
---|
-
src/tools/fs_shell/fuse.cpp
602 614 if (fuse_opt_parse(&fuseArgs, &config, fsOptions, process_options) < 0) 603 615 return 1; 604 616 617 if (!config.mntPoint) 618 print_usage_and_exit(fuseArgs.argv[0]); 619 605 620 if (!modules[0]) { 606 621 fprintf(stderr, "Error: Couldn't find FS module!\n"); 607 622 return 1;