mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Minor tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be9e169e94
commit
824d5af6ff
3 changed files with 16 additions and 1 deletions
|
@ -3949,6 +3949,12 @@ static NSCharacterSet *tokenSet = nil;
|
|||
if (v == nil)
|
||||
{
|
||||
start = [content objectAtIndex: 0];
|
||||
#if 0
|
||||
/*
|
||||
* The 'start' parameter is not compulsory ... should we
|
||||
* force it to be set anyway in case some dumb software
|
||||
* doesn't default to the first part of the message?
|
||||
*/
|
||||
v = [start contentID];
|
||||
if (v == nil)
|
||||
{
|
||||
|
@ -3956,6 +3962,7 @@ static NSCharacterSet *tokenSet = nil;
|
|||
v = [hdr value];
|
||||
}
|
||||
[type setParameter: v forKey: @"start"];
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue