summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2021-07-09 19:40:00 +0000
committerWilliam Wilgus <me.theuser@yahoo.com>2021-07-10 13:44:03 +0000
commita1bcca645bbe10f74cb4888b0f22a0f33637c794 (patch)
treee38bc5424369871ae07f80e11689504eacdd8e10 /firmware/include
parent6c084ac3ea71bed6af264f029a48557707cfbb91 (diff)
downloadrockbox-a1bcca645bbe10f74cb4888b0f22a0f33637c794.tar.gz
rockbox-a1bcca645bbe10f74cb4888b0f22a0f33637c794.zip
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
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/zip.h b/firmware/include/zip.h
index e58466dff0..f6870a53d2 100644
--- a/firmware/include/zip.h
+++ b/firmware/include/zip.h
@@ -40,7 +40,7 @@ struct zip_args {
40 uint16_t entries; 40 uint16_t entries;
41 char* name; 41 char* name;
42 uint32_t file_size; 42 uint32_t file_size;
43 time_t modts; 43 time_t mtime;
44 void* block; 44 void* block;
45 uint32_t block_size; 45 uint32_t block_size;
46 uint32_t read_size; 46 uint32_t read_size;