Comment 26 for bug 1041599

Revision history for this message
In , Adrian Johnson (ajohnson-redneon) wrote :

The problem is in decode_real it converts a BCD string to ASCII than uses sscanf to convert to a double. The value it is trying to decode is "0.001". In locales where the decimal separator is not '.' this fails.

I'll work on a patch to fix this.