Sorry about noise. Just realised CFPreferences doesn't like
NSURL/CFURL.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)li
Sorry about cutoff. Don't know what happened. Let's try again (is
there a maximum message size?).
Hello. This piece of code causes
CFPreferencesSetAppValue() to crash:
- (CFDictionaryRef)
createBlockSaveData {
CFDictionaryRef parent=[super
createBlockSaveData];
CFStringRef keys[]={CFSTR
On 22 May 2013, at 11:10 PM, trid...@ihug.co.nz wrote:
>
>
> Hello. This piece of code causes CFPreferencesSetAppValue() to
> crash:
>
> - (CFDictionaryRef) createBlockSaveData {
>
> CFDictionaryRef
> parent=[super createBlockSaveData];
>
> CFStringRef
> keys[]={CFSTR("LinkBlockURL"), CFST
Hello. This piece of code causes CFPreferencesSetAppValue() to
crash:
- (CFDictionaryRef) createBlockSaveData {
CFDictionaryRef
parent=[super createBlockSaveData];
CFStringRef
keys[]={CFSTR("LinkBlockURL"), CFSTR("LinkBlockDisplayName"),
CFSTR("LinkBlockBrowser"), CFSTR("BlockType"), ni