From f4e0e91ee28f31605e068e6d79952603cf5c8cc7 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 9 Apr 2006 14:49:45 +0000 Subject: [PATCH] (svn r4336) Fix units conversion of volume for SI --- strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.c b/strings.c index 318f9f3f4b..361d0e429d 100644 --- a/strings.c +++ b/strings.c @@ -514,7 +514,7 @@ static const Units units[] = { 284, 10, STR_UNITS_VELOCITY_SI, 764, 10, STR_UNITS_POWER_SI, 1000, 0, STR_UNITS_WEIGHT_SHORT_SI, STR_UNITS_WEIGHT_LONG_SI, - 1000, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI, + 1, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI, }, };