See ChangeLog

Monotone-Parent: 107bfcafb94e725ae14c9e2bceacbf8399ae6958
Monotone-Revision: 80091501b42618d93c33de4da16ce798fd5915f3

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-15T00:05:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-12-15 00:05:06 +00:00
parent 7fd62cf7c4
commit 133425e598
3 changed files with 19 additions and 16 deletions
+2 -3
View File
@@ -162,9 +162,8 @@
- (NSString *) flatContentAsString
{
/* Note: we even have the line count in the body-info! */
NSString *charset;
NSString *s;
NSData *content;
NSString *s, *charset;
NSData *content;
content = [self decodedFlatContent];
if (content)