Changeset 44 in Main for trunk/Server/strptime.c


Ignore:
Timestamp:
Sep 18, 2024, 6:37:09 PM (2 months ago)
Author:
Nishi
Message:

fix strptime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/strptime.c

    r34 r44  
    636636                 */
    637637                ep = find_string(bp, &i,
    638                              (const char * const *)tzname,
     638                             (const char * const *)NULL,
    639639                              NULL, 2);
    640640                if (ep != NULL) {
Note: See TracChangeset for help on using the changeset viewer.