(trunk libT) #2360: ratio-limit becomes a strange value on uClibc

This commit is contained in:
Charles Kerr
2009-10-14 13:22:42 +00:00
parent 2e3a3e60aa
commit d6acde35d3
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ typedef struct JSON_value_struct {
union {
JSON_int_t integer_value;
long double float_value;
double float_value;
struct {
const char* value;