This commit is contained in:
@@ -221,6 +221,7 @@ auto create_meta_attributes(
|
||||
{META_CREATION, std::to_string(creation_date)},
|
||||
{META_DIRECTORY, utils::string::from_bool(directory)},
|
||||
{META_GID, std::to_string(gid)},
|
||||
{META_KDF, ""},
|
||||
{META_KEY, key},
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
|
||||
@@ -204,6 +204,7 @@ auto create_meta_attributes(
|
||||
{META_CREATION, std::to_string(creation_date)},
|
||||
{META_DIRECTORY, utils::string::from_bool(directory)},
|
||||
{META_GID, std::to_string(gid)},
|
||||
{META_KDF, ""},
|
||||
{META_KEY, key},
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
|
||||
Reference in New Issue
Block a user