mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Corrected bug in last change that prevented all GNUstep programs from
running. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
183a5c2c87
commit
c35eeefbeb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-06 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/Additions/GSMime.m(GSMimeDocument +initialize): Corrected
|
||||
small bug in last patch.
|
||||
|
||||
2006-10-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSMime.m: Add a couple more charset mappings.
|
||||
|
|
|
@ -3773,7 +3773,7 @@ static NSCharacterSet *tokenSet = nil;
|
|||
(void*)@"utf-7");
|
||||
NSMapInsert(encodings, (void*)NSUTF8StringEncoding,
|
||||
(void*)@"utf-8");
|
||||
NSMapInsert(charsets, (void*)NSGSM0338StringEncoding,
|
||||
NSMapInsert(encodings, (void*)NSGSM0338StringEncoding,
|
||||
(void*)@"gsm0338");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue