VirtualBox

Ignore:
Timestamp:
Jun 9, 2022 9:09:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151769
Message:

libs/zlib: Upgrade to 1.2.12, bugref:8515

Location:
trunk/src/libs/zlib-1.2.12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/zlib-1.2.12

    • Property svn:mergeinfo
      •  

        old new  
        2020/branches/dsen/gui3/src/libs/zlib-1.2.11:79645-79692
        2121/trunk/src/src/libs/zlib-1.2.11:92342
         22/vendor/zlib/1.2.12:151751
         23/vendor/zlib/current:150724-151750
  • trunk/src/libs/zlib-1.2.12/contrib/minizip/unzip.h

    r76163 r95239  
    8484typedef struct tm_unz_s
    8585{
    86     uInt tm_sec;            /* seconds after the minute - [0,59] */
    87     uInt tm_min;            /* minutes after the hour - [0,59] */
    88     uInt tm_hour;           /* hours since midnight - [0,23] */
    89     uInt tm_mday;           /* day of the month - [1,31] */
    90     uInt tm_mon;            /* months since January - [0,11] */
    91     uInt tm_year;           /* years - [1980..2044] */
     86    int tm_sec;             /* seconds after the minute - [0,59] */
     87    int tm_min;             /* minutes after the hour - [0,59] */
     88    int tm_hour;            /* hours since midnight - [0,23] */
     89    int tm_mday;            /* day of the month - [1,31] */
     90    int tm_mon;             /* months since January - [0,11] */
     91    int tm_year;            /* years - [1980..2044] */
    9292} tm_unz;
    9393
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette