mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixup error in description
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3bcec1de16
commit
ae55e1bce3
1 changed files with 1 additions and 1 deletions
|
@ -5540,7 +5540,7 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
|||
[desc appendString: [headers descriptionWithLocale: locale]];
|
||||
if ([content isKindOfClass: NSDataClass])
|
||||
{
|
||||
NSString *t = [content convertToText];
|
||||
NSString *t = [self convertToText];
|
||||
|
||||
if (nil != t)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue