Changeset 5041

Show
Ignore:
Timestamp:
11/02/07 16:46:52 (8 months ago)
Author:
morris
Message:

Change to NSUInteger

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/NSString-WCAdditions.m

    r4965 r5041  
    4242        NSColor                                         *color, *eventsTextColor, *timestampEveryLineColor; 
    4343        NSRange                                         range, nickRange, patternRange; 
    44         int                                                   i, style, highlightCount; 
     44        NSUInteger                                    i, style, highlightCount; 
    4545        BOOL                                            running = YES; 
    4646