[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GSPlaceholderString -characterAtIndex:
From: |
Enrico Sersale |
Subject: |
GSPlaceholderString -characterAtIndex: |
Date: |
Thu, 09 Sep 2004 13:26:23 +0300 |
In -base 1.10.0 this method raises an exception instead of, simply, returning 0.
This breaks all the code that uses things like this:
NSString *s = [NSString string];
s = [s stringByAppendingString: @"asd"];
(or stringByAppendingPathComponent or stringByAppendingFormat, etc.)
Actually it seems that there are two places affected by this: gsdoc.m and
NSPrinter.m.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GSPlaceholderString -characterAtIndex:,
Enrico Sersale <=