mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
cf633107af
commit
3c5a81accb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user