adium 2169:9dfcd0593b22: Warnings--
commits at adium.im
commits at adium.im
Wed May 13 00:04:37 UTC 2009
details: http://hg.adium.im/adium/rev/9dfcd0593b22
revision: 2169:9dfcd0593b22
author: David Smith <catfish.man at gmail.com>
date: Tue May 12 17:04:32 2009 -0700
Warnings--
diffstat:
Source/AdiumOTREncryption.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 01f117b212fd -r 9dfcd0593b22 Source/AdiumOTREncryption.m
--- a/Source/AdiumOTREncryption.m Tue May 12 15:58:06 2009 -0700
+++ b/Source/AdiumOTREncryption.m Tue May 12 17:04:32 2009 -0700
@@ -622,7 +622,7 @@
/* Log a message. The passed message will end in "\n". */
static void log_message_cb(void *opdata, const char *message)
{
- AILog([NSString stringWithFormat:@"otr: %s", (message ? message : "(null)")]);
+ AILog(@"%@", [NSString stringWithFormat:@"otr: %s", (message ? message : "(null)")]);
}
/*!
More information about the commits
mailing list