← Back to team overview

kicad-developers team mailing list archive

issue with sscanf %lf vs %f

 

Hi all,

I notice that in my system, I have problems parsing data with actual %lf notation that kicad is using.
I got warnings about it when it is building, complaining that it is expecting a double but it is parsing to float.

So far, I only find this issue in pcbnew/legacy_plugin.cpp load3D function.

but probably other places it can be happen.

Mario Luzeiro

Follow ups