[gcalctool] Ounces were one order of magnitude off. Fix.
- From: Robin Sonefors <rsonefors src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Ounces were one order of magnitude off. Fix.
- Date: Mon, 11 Oct 2010 13:20:19 +0000 (UTC)
commit b5560df5c4bc9eadad0338cbbb99fa66f98eada9
Author: Robin Sonefors <ozamosi flukkost nu>
Date: Mon Oct 11 15:19:20 2010 +0200
Ounces were one order of magnitude off. Fix.
src/mp-equation.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mp-equation.c b/src/mp-equation.c
index e05500f..56acf22 100644
--- a/src/mp-equation.c
+++ b/src/mp-equation.c
@@ -380,9 +380,9 @@ convert(MPEquationParserState *state, const MPNumber *x, const char *x_units, co
{"pound", "0.45359237"},
{"pounds", "0.45359237"},
{"lb", "0.45359237"},
- {"ounce", "0.002834952"},
- {"ounces", "0.002834952"},
- {"oz", "0.002834952"},
+ {"ounce", "0.02834952"},
+ {"ounces", "0.02834952"},
+ {"oz", "0.02834952"},
{"gram", "0.001"},
{"grams", "0.001"},
{"gramme", "0.001"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]