simple-mtpfs
simple-mtpfs copied to clipboard
Fixes invalid returned fuse errors: - + - = +
Functions in "mtp-device.cpp" already return a "negative" errno value, so no need to return "-rval" (negative rval) in fuse.cpp.
Visible effect: real error returned by fuse like "No such files or directories ENOENT" instead of ERANGE.
Please, rebase.
Sorry, I forgot about that. I will rebase soon.