From: Aaron Burghardt <[EMAIL PROTECTED]>
Date: July 19, 2008 4:13:44 PM EDT
To: Ryan Chapman <[EMAIL PROTECTED]>
Cc: [email protected]
Subject: Re: mdbackup binary plist files
On Jul 16, 2008, at 11:15 PM, Ryan Chapman wrote:
NSLog(@"%s", plist);
You were so close :-) The plist is an object, not a char string, so
the above should have been:
NSLog(@"%@", plist);
Aaron
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]