This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sscanf trouble


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]