1
0
Fork 0
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:
James Buren 2021-07-09 19:40:00 +00:00 committed by William Wilgus
parent 6c084ac3ea
commit a1bcca645b
2 changed files with 3 additions and 3 deletions

View file

@ -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;