discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why does this crash?


From: Marcus Müller
Subject: Re: why does this crash?
Date: Sat, 1 Jun 2002 23:15:29 +0200

On Friday, May 31, 2002, at 05:35 PM, David Wetzel wrote:

Hi folks,

maybe I am too tired to see the problem...

NSLog(@"DAVE string_ class = %@",[string_ class]);

That should be

NSLog(@"DAVE string_ class = %@",NSStringFromClass([string_ class]));

instead.

Cheers,

Marcus

--
Marcus Mueller . . . crack-admin/coder ;-)
Mulle kybernetiK . http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]