Re: Strange malloc/free issue inside a category
Re: Strange malloc/free issue inside a category
- Subject: Re: Strange malloc/free issue inside a category
- From: Ken Tozier <email@hidden>
- Date: Sun, 30 Jul 2006 14:09:53 -0400
On Jul 30, 2006, at 1:57 PM, Andy Lee wrote:
On Jul 30, 2006, at 1:38 PM, Ken Tozier wrote:
dLen = slen * sizeof(unichar);
Should this be 2 * slen * sizeof(unichar), since you'll need two
hex characters to represent each byte?
Yep that's the problem.
Another "Doh!" moment brought to you by Homer Simpson.
Thanks
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden