mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
avoid checker warning
This commit is contained in:
parent
6ad1b0e7b2
commit
c515993d45
1 changed files with 3 additions and 1 deletions
|
@ -7780,15 +7780,17 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
|||
foldAt = 78;
|
||||
use8bit = NO;
|
||||
|
||||
#if 0 // Which is best?
|
||||
/* The default content transfer encoding to make 8bit data into
|
||||
* 7bit-safe data is 'base64'
|
||||
*/
|
||||
dataEncoding = CteBase64;
|
||||
|
||||
#else
|
||||
/* The default content transfer encoding to make 8bit text into
|
||||
* 7bit-safe data is 'quoted-printable'
|
||||
*/
|
||||
dataEncoding = CteQuotedPrintable;
|
||||
#endif
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue