adium 5763:8f720b2fc502: This shouldn't be a pointer.
commits at adium.im
commits at adium.im
Wed Nov 13 00:44:06 UTC 2013
details: http://hg.adium.im/adium/rev/8f720b2fc502
revision: 5763:8f720b2fc502
branch: adium-1.5.9
author: Frank Dowsett <wixardy at adium.im>
date: Tue Nov 12 19:47:13 2013 -0500
This shouldn't be a pointer.
diffs (12 lines):
diff -r c95834250fad -r 8f720b2fc502 Frameworks/Adium Framework/Source/AIHTMLDecoder.m
--- a/Frameworks/Adium Framework/Source/AIHTMLDecoder.m Mon Nov 11 21:26:21 2013 +0100
+++ b/Frameworks/Adium Framework/Source/AIHTMLDecoder.m Tue Nov 12 19:47:13 2013 -0500
@@ -210,7 +210,7 @@
NSFontManager *fontManager = [NSFontManager sharedFontManager];
NSRange searchRange;
NSColor *pageColor = nil;
- NSInteger *openFontTags = 0;
+ NSInteger openFontTags = 0;
//Setup the incoming message as a regular string, and get its length
NSString *inMessageString = [inMessage string];
More information about the commits
mailing list