mirror of
https://github.com/winfsp/winfsp.git
synced 2025-09-13 12:48:28 -05:00
tst: passthrough-fuse: multibyte support
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#define fi_setdirp(fi, dirp) (fi_setfh(fi, dirp, fi_dirbit))
|
||||
|
||||
#define ptfs_impl_fullpath(n) \
|
||||
char full ## n[PATH_MAX]; \
|
||||
char full ## n[PATH_MAX * 4]; \
|
||||
if (!concat_path(((PTFS *)fuse_get_context()->private_data), n, full ## n))\
|
||||
return -ENAMETOOLONG; \
|
||||
n = full ## n
|
||||
|
Reference in New Issue
Block a user