x11: Add size in xf_cliprdr_fuse_getattr resopnse

This commit is contained in:
jackyzy823 2021-11-23 16:14:15 +01:00 committed by akallabeth
parent 55f32bec8f
commit 90b1b3d540

View File

@ -2314,6 +2314,7 @@ static int xf_cliprdr_fuse_util_stat(xfClipboard* clipboard, fuse_ino_t ino, str
stbuf->st_mode = node->st_mode;
stbuf->st_mtime = node->st_mtim.tv_sec;
stbuf->st_nlink = 1;
stbuf->st_size = node->st_size;
error:
ArrayList_Unlock(clipboard->ino_list);
return err;