mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixup bad commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9fc14061e
commit
412654d07d
1 changed files with 4 additions and 4 deletions
|
@ -5738,7 +5738,7 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
|||
|| YES == [v isEqualToString: @"binary"]
|
||||
|| YES == [v isEqualToString: @"8bit"])
|
||||
{
|
||||
NSString *t = [[doc headerNamed @"content-type"] value]
|
||||
NSString *t = [[self headerNamed: @"content-type"] value];
|
||||
|
||||
if (YES == [t hasPrefix: @"text/"])
|
||||
{
|
||||
|
@ -5750,9 +5750,9 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
|||
}
|
||||
if (nil == h)
|
||||
{
|
||||
[doc setHeader: @"Content-Transfer-Encoding"
|
||||
value: t
|
||||
parameters: nil];
|
||||
[self setHeader: @"Content-Transfer-Encoding"
|
||||
value: t
|
||||
parameters: nil];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue