diff options
Diffstat (limited to 'src/fixes.cpp')
| -rw-r--r-- | src/fixes.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fixes.cpp b/src/fixes.cpp index 4ed1b6eb1..4aed2c313 100644 --- a/src/fixes.cpp +++ b/src/fixes.cpp @@ -27,7 +27,8 @@ # include "config.h" #endif -#if defined(g_ascii_strtod) +//#if defined(g_ascii_strtod) +#if 0 /* * until 2004-04-22, g_ascii_strtod could not handle having a locale-based * decimal separator immediately following the number ("5,4" would |
