mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Minor mime parsing fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10661 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aae35415bc
commit
d8f99ed3c5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-08-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSMime.m: ([-decodeData:fromRange:intoData:withContext:])
|
||||
One line fix suggested by Stephen Brandon
|
||||
|
||||
2001-08-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSObject.m: Don't decl __objc_responds_to on Darwin
|
||||
|
|
|
@ -513,7 +513,7 @@ parseCharacterSet(NSString *token)
|
|||
}
|
||||
else
|
||||
{
|
||||
ctxt->buf[ctxt->pos++] = '=';
|
||||
ctxt->buf[ctxt->pos++] = *src;
|
||||
if (ctxt->pos == 3)
|
||||
{
|
||||
int c;
|
||||
|
|
Loading…
Reference in a new issue