forked from len0rd/rockbox
zip: rename modts field to mtime
This brings it more in line with other structs with this exact same data type and usage. Change-Id: I5fe8564750ef28ccd0b12efedca2e6958369f712
This commit is contained in:
parent
6c084ac3ea
commit
a1bcca645b
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ struct zip_args {
|
|||
uint16_t entries;
|
||||
char* name;
|
||||
uint32_t file_size;
|
||||
time_t modts;
|
||||
time_t mtime;
|
||||
void* block;
|
||||
uint32_t block_size;
|
||||
uint32_t read_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue