mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a NULL-%s-printf, #433798.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16001 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dd1da2b495
commit
0fe7ef82ce
@ -901,7 +901,7 @@ gnc_default_report_currency (void)
|
||||
KEY_CURRENCY_OTHER, NULL);
|
||||
currency = gnc_commodity_table_lookup(gnc_get_current_commodities(),
|
||||
GNC_COMMODITY_NS_CURRENCY, mnemonic);
|
||||
DEBUG("mnemonic %s, result %p", mnemonic, currency);
|
||||
DEBUG("mnemonic %s, result %p", mnemonic ? mnemonic : "(null)", currency);
|
||||
g_free(choice);
|
||||
g_free(mnemonic);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user