You need to sign in or sign up before continuing.
Configuration uses %f
%f printf() specifier gives inconsistent result depending on the user's locale. We cannot assume it will be the american format either (as per #581 (closed)). You cannot use strtof() either.
Don't use it when read from/writing to a file or a network stream.
In any case, whether we fix or don't fix this bug, it will cause problems, so we should fix it ASAP.