Re: NSString Question
Re: NSString Question
- Subject: Re: NSString Question
- From: Jason Coco <email@hidden>
- Date: Mon, 18 Aug 2008 15:54:23 -0400
On Aug 18, 2008, at 15:49 , Ken Thomases wrote:
On Aug 18, 2008, at 12:28 PM, Jason Coco wrote:
[[thePropertiesInfoPtr->mNameString alloc]
initWithCharacters:myStringBufferPtr length:myStringSize];
Um, that's nonsensical. I think you meant:
thePropertiesInfoPtr->mNameString = [[NSString alloc]
initWithCharacters:myStringBufferPtr length:myStringSize];
Oh yes, yes I did... sorry about that, Dave! Not enough sleep last
night, not enough caffeine this morning :)
Jason
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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