From 93bb5c0fdd3c9ea1df7801228ea05bd0b989fd4c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 1 Sep 2015 12:17:12 -0700 Subject: [PATCH] Change CURRENCY_DENOM to 10000, matching what F::Q returns. --- src/engine/gnc-pricedb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/gnc-pricedb.h b/src/engine/gnc-pricedb.h index c7fe6d08b2..ae65748eb2 100644 --- a/src/engine/gnc-pricedb.h +++ b/src/engine/gnc-pricedb.h @@ -250,7 +250,7 @@ void gnc_price_print(GNCPrice *db, FILE *f, int indent); * of the commodity with a fixed denominator of the pricing currency's * SCU * 10000. */ -#define CURRENCY_DENOM 1000 +#define CURRENCY_DENOM 10000 #define COMMODITY_DENOM_MULT 10000 /* ================================================================ */