Fix missing initialization of price_value.

This commit is contained in:
John Ralls
2015-09-15 12:06:28 -07:00
parent 93bb5c0fdd
commit d7fb92d03f
+1
View File
@@ -1577,6 +1577,7 @@ create_price(XferDialog *xferData, Timespec ts)
if (price)
{
price_value = gnc_price_get_value(price);
if (gnc_numeric_equal(swap ? gnc_numeric_invert(value) : value,
price_value))
{