Re: Another newbie EXC_BAD_ACCESS in C
Re: Another newbie EXC_BAD_ACCESS in C
- Subject: Re: Another newbie EXC_BAD_ACCESS in C
- From: Scott Ribe <email@hidden>
- Date: Sat, 14 Jan 2006 15:19:55 -0700
- Thread-topic: Another newbie EXC_BAD_ACCESS in C
> #0 0x90021b48 in strcat
>
> Which appears to point to this line:
>
> strcat(dna1,da);
>
> Which, as far as I can tell, looks fine.
That's the location in the implementation of strcat where it gets the error.
Go up one level in the stack to get back into your code.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
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