Change CURRENCY_DENOM to 10000, matching what F::Q returns.

This commit is contained in:
John Ralls 2015-09-01 12:17:12 -07:00
parent 6e14137710
commit a40bc92d34

View File

@ -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
/* ================================================================ */