Changeset 3251


Ignore:
Timestamp:
Apr 30, 2007, 1:17:09 AM (18 years ago)
Author:
bird
Message:

Applied bash31-016

Location:
trunk/essentials/app-shells/bash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/lib/glob/glob.c

    r3231 r3251  
    361361
    362362  firstmalloc = 0;
     363  nalloca = 0;
    363364
    364365  /* If PAT is empty, skip the loop, but return one (empty) filename. */
     
    547548              tmplink = lastlink;
    548549            }
     550          else
     551            tmplink = 0;
    549552          free (lastlink->name);
    550553          lastlink = lastlink->next;
  • trunk/essentials/app-shells/bash/patchlevel.h

    r3250 r3251  
    2626   looks for to find the patch level (for the sccs version string). */
    2727
    28 #define PATCHLEVEL 15
     28#define PATCHLEVEL 16
    2929
    3030#endif /* _PATCHLEVEL_H_ */
Note: See TracChangeset for help on using the changeset viewer.