Where is the best place to report a fscanf bug found under wine-1.3.27?

David Laight david at l8s.co.uk
Tue Aug 30 13:18:47 CDT 2011


On Mon, Aug 29, 2011 at 06:43:41PM -0700, Alan W. Irwin wrote:
>   double x;
>   while(fscanf(stdin, " %le ", &x) == 1)

You are using the wrong format, %le is for 'long double', this will
probably overwrite too much data.

	David

-- 
David Laight: david at l8s.co.uk



More information about the wine-devel mailing list