Um, uhh, important code change. Might fix #343798.*

(*) Might also do strange things to the register, esp. cursor motion.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14345 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-06-07 01:34:54 +00:00
parent cf633107af
commit 3c5a81accb

View File

@ -225,7 +225,7 @@ gnc_split_register_find_split (SplitRegister *reg,
if ((cursor_class == CURSOR_CLASS_TRANS) && (s == trans_split))
found_trans_split = TRUE;
if (found_trans && (s == split))
if (found_trans && (s == split) && s)
{
if (vcell_loc != NULL)
*vcell_loc = vc_loc;