feat: files app - render modified dates in Properties dialog
This commit is contained in:
@@ -70,6 +70,7 @@ struct FileManagerState {
|
||||
char (*entry_names)[128];
|
||||
int* entry_types;
|
||||
uint64_t* entry_sizes; // 64-bit: avoids overflow on files >= 2 GiB
|
||||
int64_t* entry_mtimes; // last-modified time, UTC unix seconds (0 = unknown)
|
||||
int entry_count;
|
||||
int entry_cap; // allocated capacity of the per-entry arrays
|
||||
int selected;
|
||||
|
||||
Reference in New Issue
Block a user