mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: 120bebe836052f03cd990ffe1cf7418954873186
Monotone-Revision: 214586b6dc652f6581d2810e8828bd2d3a475295 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-04T20:23:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -435,9 +435,8 @@ static BOOL debugSoParts = NO;
|
||||
if ([content isKindOfClass:[NSException class]])
|
||||
return (id)content;
|
||||
|
||||
#warning the encoding here might be wrong...
|
||||
s = [[NSString alloc] initWithData: content
|
||||
encoding: NSUTF8StringEncoding];
|
||||
s = [[NSString alloc] initWithData: content
|
||||
encoding: NSISOLatin1StringEncoding];
|
||||
if (s == nil) {
|
||||
[self logWithFormat:
|
||||
@"ERROR: could not convert data of length %d to string",
|
||||
|
||||
Reference in New Issue
Block a user