mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 00:51:08 +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
48ab2e60e0
commit
751e998014
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: @"binary"]
|
||||||
|| YES == [v isEqualToString: @"8bit"])
|
|| YES == [v isEqualToString: @"8bit"])
|
||||||
{
|
{
|
||||||
NSString *t = [[doc headerNamed @"content-type"] value]
|
NSString *t = [[self headerNamed: @"content-type"] value];
|
||||||
|
|
||||||
if (YES == [t hasPrefix: @"text/"])
|
if (YES == [t hasPrefix: @"text/"])
|
||||||
{
|
{
|
||||||
|
@ -5750,9 +5750,9 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
||||||
}
|
}
|
||||||
if (nil == h)
|
if (nil == h)
|
||||||
{
|
{
|
||||||
[doc setHeader: @"Content-Transfer-Encoding"
|
[self setHeader: @"Content-Transfer-Encoding"
|
||||||
value: t
|
value: t
|
||||||
parameters: nil];
|
parameters: nil];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue