]> err.no Git - sope/commitdiff
fixed yet another issue with compilation on Cocoa ;-)
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 28 May 2007 19:08:24 +0000 (19:08 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 28 May 2007 19:08:24 +0000 (19:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1491 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-mime/NGMime/NGMimeTextBodyGenerator.m

index a535dcc7c1b5f45a6a7929bec6673ae204bc3158..05a895eb9d71497e0362100bdfe0f1583f3b7dac 100644 (file)
@@ -84,7 +84,7 @@
     
     if ([charset isNotEmpty]) {
 #if NeXT_Foundation_LIBRARY || COCOA_Foundation_LIBRARY
-      encoding = (NSString *)[NSString stringEncodingForEncodingNamed:charset];
+      encoding = [NSString stringEncodingForEncodingNamed:charset];
 #else
       encoding = [self _encodingFromContentType:[_part contentType]];
 #endif