git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4077 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-04-27 10:58:26 +00:00
parent 7aa14c41cf
commit d29fe465cf

View File

@ -728,8 +728,7 @@ xaccSRShowTrans (SplitRegister *reg,
VirtualCellLocation end_loc;
int v_row;
start_loc = reg->table->current_cursor_loc.vcell_loc;
end_loc = reg->table->current_cursor_loc.vcell_loc;
end_loc = start_loc;
for (v_row = end_loc.virt_row + 1;
v_row < reg->table->num_virt_rows; v_row++)