Ignore:
Timestamp:
02/23/03 04:55:07 (21 years ago)
Author:
Nicholas Riley
Message:

Pester 1.1b3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NSString-NJRExtensions.m

    r53 r102  
    7070{
    7171    if ([self sizeWithAttributes: attributes].width > maxWidth) {
    72         float width;
     72        float width = maxWidth;
    7373        int min = 0, max = [self length], avg;
    7474        NSMutableString *original = [self mutableCopy];
Note: See TracChangeset for help on using the changeset viewer.