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:
Andreas Köhler 2007-05-27 15:19:21 +00:00
parent 0776778be4
commit e549c193ef

View File

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