mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
+1
-1
@@ -237,7 +237,7 @@ void debug_print_flags(int flags)
|
||||
void debug_print_descriptor(struct fuse_file_info* info)
|
||||
{
|
||||
char file_path[MAX_PATH_SIZE];
|
||||
openfile* of = (openfile *)info->fh;
|
||||
openfile* of = (openfile *)(uintptr_t)info->fh;
|
||||
get_file_path_from_fd(of->fd, file_path, sizeof(file_path));
|
||||
debugf(DBG_LEVEL_EXT, KCYN "descriptor localfile=[%s] fd=%lld", file_path,
|
||||
of->fd);
|
||||
|
||||
Reference in New Issue
Block a user