From: Miklos Szeredi Date: Fri, 23 Jul 2004 17:35:27 +0000 (+0000) Subject: clean up mount option passing X-Git-Tag: fuse_1_9~23 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=103a89f37a47e63c41b23f8b8101bb244981497b;p=qemu-gpiodev%2Flibfuse.git clean up mount option passing --- diff --git a/perl/Fuse.xs b/perl/Fuse.xs index fa75e5c..19bbe4f 100644 --- a/perl/Fuse.xs +++ b/perl/Fuse.xs @@ -569,4 +569,4 @@ perl_fuse_main(...) fd = fuse_mount(mountpoint,NULL); if(fd < 0) croak("could not mount fuse filesystem!"); - fuse_loop(fuse_new(fd,debug ? FUSE_DEBUG : 0,&fops)); + fuse_loop(fuse_new(fd,debug ? "debug" : NULL,&fops));