Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/replace/strptime.c

    r414 r988  
    252252     int era_cnt;
    253253{
    254   const char *rp_backup;
    255254  int cnt;
    256255  size_t val;
     
    262261  int have_mon, have_mday;
    263262#ifdef _NL_CURRENT
     263  const char *rp_backup;
    264264  size_t num_eras;
    265 #endif
    266265  struct era_entry *era;
     266
     267  era = NULL;
     268#endif
    267269
    268270  have_I = is_pm = 0;
     
    270272  want_century = 0;
    271273  want_era = 0;
    272   era = NULL;
    273274
    274275  have_wday = want_xday = have_yday = have_mon = have_mday = 0;
     
    300301#endif
    301302
     303#ifdef _NL_CURRENT
    302304      /* Make back up of current processing pointer.  */
    303305      rp_backup = rp;
     306#endif
    304307
    305308      switch (*fmt++)
Note: See TracChangeset for help on using the changeset viewer.