This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: sscanf trouble
- From: Jonathan Andrews <jon at jonshouse dot co dot uk>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 25 Jan 2011 19:57:29 +0000
- Subject: Re: sscanf trouble
- Reply-to: jon at jonshouse dot co dot uk
n Tue, 2011-01-25 at 11:18 -0700, Bill McEnaney wrote:
> Why not replace the "=" with another character before you call sscanf?
>
> Cheers,
> Bill
> Jon wrote:
>
> >
Thanks for the idea, this was finger trouble by myself.
I was corrupting one of my variables between the call to sscanf and the
first printf.
Cheers,
Jon