From 190168cc1ce9c03c0a4ee296ef13c6d607ced027 Mon Sep 17 00:00:00 2001 From: William Leara Date: Mon, 11 Dec 2023 11:47:43 -0600 Subject: [PATCH] Correct case of MSDOS in contrib/minizip/miniunz.c. --- contrib/minizip/miniunz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/minizip/miniunz.c b/contrib/minizip/miniunz.c index 8ada038d..0c2fb0d8 100644 --- a/contrib/minizip/miniunz.c +++ b/contrib/minizip/miniunz.c @@ -79,7 +79,7 @@ /* change_file_date : change the date/time of a file filename : the filename of the file where date/time must be modified - dosdate : the new date at the MSDos format (4 bytes) + dosdate : the new date at the MSDOS format (4 bytes) tmu_date : the SAME new date at the tm_unz format */ static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) { #ifdef _WIN32