From a1bcca645bbe10f74cb4888b0f22a0f33637c794 Mon Sep 17 00:00:00 2001 From: James Buren Date: Fri, 9 Jul 2021 19:40:00 +0000 Subject: 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 --- firmware/include/zip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/include') 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 { 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; -- cgit v1.2.3