mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
Merge pull request #2834 from evan-a-a/fix_glib
core: Ensure glib standard::size attribute is always set
This commit is contained in:
commit
12fac1ed99
@ -1739,6 +1739,8 @@ _ostree_stbuf_to_gfileinfo (const struct stat *stbuf)
|
|||||||
|
|
||||||
if (S_ISREG (mode))
|
if (S_ISREG (mode))
|
||||||
g_file_info_set_attribute_uint64 (ret, "standard::size", stbuf->st_size);
|
g_file_info_set_attribute_uint64 (ret, "standard::size", stbuf->st_size);
|
||||||
|
else
|
||||||
|
g_file_info_set_attribute_uint64 (ret, "standard::size", 0);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user