mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a %s-NULL-printf in the register, #441207.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16131 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0776778be4
commit
e549c193ef
@ -142,7 +142,8 @@ gnc_formula_cell_modify_verify( BasicCell *_cell,
|
||||
gunichar uc;
|
||||
|
||||
g_debug("%s, %d, %s, %d, %d, %d, %d",
|
||||
(gchar *)change, change_len, (gchar *)newval, newval_len,
|
||||
change ? (gchar *)change : "(null)", change_len,
|
||||
newval ? (gchar *)newval : "(null)", newval_len,
|
||||
*cursor_position, *start_selection, *end_selection);
|
||||
|
||||
/* accept the newval string if user action was delete */
|
||||
|
Loading…
Reference in New Issue
Block a user