diff --git a/src/units.h b/src/units.h index 0256e88..dfd115a 100644 --- a/src/units.h +++ b/src/units.h @@ -8,7 +8,7 @@ */ enum { - UNIT_LEN = 11 + UNIT_LEN = 32 }; double unit_atof( const char *s );