mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix missing initialization of price_value.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user