Exception in takeValue:forKey:

2007-11-28 Thread David Wetzel
Hi folks, why is this raise there? I should only raise if the key is null as far as I can see. - (void) takeValue: (id)anObject forKey: (NSString*)aKey { SEL sel = 0; const char*type = 0; int off; unsigned size = [aKey length] * 8; char

Re: Exception in takeValue:forKey:

2007-11-28 Thread David Ayers
David Wetzel schrieb: Hi folks, why is this raise there? I should only raise if the key is null as far as I can see. - (void) takeValue: (id)anObject forKey: (NSString*)aKey { SEL sel = 0; const char *type = 0; int off; unsignedsize = [aKey length] * 8;