Commit f108ee96 authored by Patrick Crosby's avatar Patrick Crosby Committed by Han-Wen Nienhuys

fixed fs name

parent 5d16aa11
...@@ -47,7 +47,7 @@ mountfuse(char *mtpt, char **err) ...@@ -47,7 +47,7 @@ mountfuse(char *mtpt, char **err)
struct vfsconf vfs; struct vfsconf vfs;
char *f; char *f;
if(getvfsbyname("fusefs", &vfs) < 0){ if(getvfsbyname("osxfusefs", &vfs) < 0){
if(access(f="/Library/Filesystems/osxfusefs.fs" if(access(f="/Library/Filesystems/osxfusefs.fs"
"/Support/load_osxfusefs", 0) < 0){ "/Support/load_osxfusefs", 0) < 0){
*err = strdup("cannot find load_fusefs"); *err = strdup("cannot find load_fusefs");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment