Fwd: mdbackup binary plist files
Fwd: mdbackup binary plist files
- Subject: Fwd: mdbackup binary plist files
- From: Aaron Burghardt <email@hidden>
- Date: Sat, 19 Jul 2008 16:26:40 -0400
From: Aaron Burghardt <email@hidden>
Date: July 19, 2008 4:13:44 PM EDT
To: Ryan Chapman <email@hidden>
Cc: email@hidden
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@hidden)
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:
This email sent to email@hidden