CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/07 07:03:58
Modified files:
lib/libfuse : fuse_opt.c
Log message:
Unbreak option parsing:
fuse_opt_pase is called with an opaque void * and struct fuse_opt. If val has a
positive value and off != -1, we modify the opaque void * at the offset off to
put it val.
This matches what the GNU libfuse does.
fixes (at least) simple-mtpfs option parsing
diff from slacker syl@, thanks!
"it can't get worse than not working" mikeb@
ok miod@ sthen@