adium 2436:3edab11827ca: Readability improvement Zac suggested

commits at adium.im commits at adium.im
Mon Jun 1 00:02:35 UTC 2009


details:	http://hg.adium.im/adium/rev/3edab11827ca
revision:	2436:3edab11827ca
author:		David Smith <catfish.man at gmail.com>
date:		Sun May 31 17:02:31 2009 -0700

Readability improvement Zac suggested

diffs (12 lines):

diff -r ce0bf341ff44 -r 3edab11827ca Source/AIObjectDebug.m
--- a/Source/AIObjectDebug.m	Sun May 31 16:59:24 2009 -0700
+++ b/Source/AIObjectDebug.m	Sun May 31 17:02:31 2009 -0700
@@ -50,7 +50,7 @@
 	} else {
 		NSLog(@"%@ of class %@ does not respond to selector %s", self, [self class], aSelector);
 	}
-	__crashreporter_info__ = (char *)[[NSString stringWithFormat:@"Dear crash reporter team: We only put stuff here in debug builds of Adium. Don't Panic, it won't ship in a release unless there's public API for it. %@ of class %@ does not respond to selector %s", self, [self class], aSelector] cStringUsingEncoding:NSASCIIStringEncoding];
+	__crashreporter_info__ = (char *)[[NSString stringWithFormat:@"Dear crash reporter team: We only put stuff here in debug builds of Adium. Don't Panic, it won't ship in a release unless there's public API for it.\n\n %@ of class %@ does not respond to selector %s", self, [self class], aSelector] cStringUsingEncoding:NSASCIIStringEncoding];
 	*((int*)0xdeadbeef) = 42;
 }
 




More information about the commits mailing list