Skip to content
Commit d522bb4d authored by Chusslove Illich's avatar Chusslove Illich
Browse files

Usage of atof() to parse floats in trader language was locale-dependent:

if locale specified something other than dot as decimal separator,
parsing floats (which are always dot-separated in queries) failed.
Replaced atof() with simple sufficient custom parser.

Added a unit test.

BUG: 275548
FIXED-IN: 4.7.1
parent f68b320e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment