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 (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)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to