mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
dll: fsp_fuse_opt_match: minor change
This commit is contained in:
parent
3620de44d1
commit
59a305b333
@ -620,5 +620,5 @@ FSP_FUSE_API int fsp_fuse_opt_match(struct fsp_fuse_env *env,
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
const char *spec;
|
const char *spec;
|
||||||
return fsp_fuse_opt_find(opts, &spec, &arg) ? 1 : 0;
|
return !!fsp_fuse_opt_find(opts, &spec, &arg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user