Revision 1212937
Go back to digest for 9th January 2011Bug Fixes in Graphics
Christoph Feck committed changes in /trunk/extragear/graphics/kpovmodeler/pmscanner.cpp:
Parse floats in C locale
Use QByteArray::toDouble() instead of atof(). The Qt function
is documented to always use the C locale (which has "." as the
decimal separator), instead of the current locale.
File Changes
Modified 1 files
- /trunk/extragear/graphics/kpovmodeler/pmscanner.cpp
1 files changed in total