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: Gen Kiyooka <email@hidden>
- Date: Fri, 13 Jan 2006 20:41:51 -0800
Well, for one:
On Jan 13, 2006, at 6:47 PM, John Stiles wrote:
fprintf(fp, "%c", dna1);
%c is the 'char specifier'
I believe you are looking for:
%s
Which is the string specifier.
That wouldn't necessarily cause a bad access, but it will make a 2-
byte file, which is not what you are looking for.
_______________________________________________
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