* small_data attribute now get their st_mtim from st_ctim, as that should be
closer to the reality. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -183,6 +183,8 @@ Attribute::Stat(struct stat& stat)
|
|||||||
// overwrite some data to suit our needs
|
// overwrite some data to suit our needs
|
||||||
stat.st_type = fSmall->Type();
|
stat.st_type = fSmall->Type();
|
||||||
stat.st_size = fSmall->DataSize();
|
stat.st_size = fSmall->DataSize();
|
||||||
|
stat.st_mtim = stat.st_ctim;
|
||||||
|
// attribute changes cause status_change updates
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fAttribute != NULL)
|
if (fAttribute != NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user