mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2b87469c37
commit
6978327a71
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-12-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSAttributedString.m: ([initWithCoder:]) fix typo.
|
||||||
|
|
||||||
2001-12-07 Adam Fedor <fedor@gnu.org>
|
2001-12-07 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Headers/gnustep/base/NSDebug.h: Add NSDebugLog functions
|
* Headers/gnustep/base/NSDebug.h: Add NSDebugLog functions
|
||||||
|
|
|
@ -181,7 +181,7 @@ static Class GSMutableAttributedStringClass;
|
||||||
m = [NSMutableAttributedString alloc];
|
m = [NSMutableAttributedString alloc];
|
||||||
m = [m initWithString: string attributes: nil];
|
m = [m initWithString: string attributes: nil];
|
||||||
[m setAttributes: attrs range: r];
|
[m setAttributes: attrs range: r];
|
||||||
while (index < length);
|
while (index < length)
|
||||||
{
|
{
|
||||||
[aDecoder decodeValueOfObjCType: @encode(unsigned int)
|
[aDecoder decodeValueOfObjCType: @encode(unsigned int)
|
||||||
at: &index];
|
at: &index];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue