Ignore:
Timestamp:
07/20/06 06:50:53 (18 years ago)
Author:
Nicholas Riley
Message:

Use blue-tec Localization Suite; strip whitespace from URLs before launching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.m

    r183 r264  
    243243    OSStatus err = noErr;
    244244    long selStart, selEnd;
     245    string = [string stringByTrimmingCharactersInSet: [NSCharacterSet whitespaceAndNewlineCharacterSet]];
    245246    unsigned len = [string length];
    246247
Note: See TracChangeset for help on using the changeset viewer.