Adium

Changeset 24113

Show
Ignore:
Timestamp:
06/30/2008 01:31:54 PM (6 months ago)
Author:
sholt
Message:

fix for unit tests introduced in r24112, "( example.com )" now matches correctly, and the unit test board is green.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.m

    r23927 r24113  
    223223                                        scannedLocation -= [scanString length] - encRange.location; 
    224224                                        scanString = [scanString substringWithRange:NSMakeRange(1, encRange.location-1)]; 
    225                                 }else{ 
    226                                         scanString = [scanString substringWithRange:NSMakeRange(1, [scanString length]-1)]; 
    227225                                } 
    228226                        }