Changeset 3251
- Timestamp:
 - Apr 30, 2007, 1:17:09 AM (19 years ago)
 - Location:
 - trunk/essentials/app-shells/bash
 - Files:
 - 
      
- 2 edited
 
- 
          
  lib/glob/glob.c (modified) (2 diffs)
 - 
          
  patchlevel.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/essentials/app-shells/bash/lib/glob/glob.c
r3231 r3251 361 361 362 362 firstmalloc = 0; 363 nalloca = 0; 363 364 364 365 /* If PAT is empty, skip the loop, but return one (empty) filename. */ … … 547 548 tmplink = lastlink; 548 549 } 550 else 551 tmplink = 0; 549 552 free (lastlink->name); 550 553 lastlink = lastlink->next;  - 
      
trunk/essentials/app-shells/bash/patchlevel.h
r3250 r3251 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 1 528 #define PATCHLEVEL 16 29 29 30 30 #endif /* _PATCHLEVEL_H_ */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  