mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: passthrough-fuse3: multibyte support
This commit is contained in:
		| @@ -49,7 +49,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