Show
Ignore:
Timestamp:
07/06/08 16:40:47 (5 months ago)
Author:
astrange
Message:

Fix a compile-breaking typo in the last one, oops.
Also another really bad typo in the update checker.
Fix some bugs reported by Clang static analysis.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Update Checker Sources/NSString+extras.m

    r269 r913  
    8181         
    8282        [componentsCopy removeObjectsInRange: NSMakeRange (ix, len - ix)]; 
     83    [componentsCopy autorelease]; 
    8384 
    8485        return [componentsCopy componentsJoinedByString: @" "];