Le decadi 10 vendémiaire, an CCXXIV, Paul B Mahol a écrit : > > "l" is unneeded, %f is for double already > Clang complain if I do not give it "l".
Michael was mistaken. For variadic function calls, floats are upgraded to doubles, and therefore %lf is equivalent to %f for printf. But for scanf, a pointer to float can not be upgraded, and %f really stands for float. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel