mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3067 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6c8fe965ea
commit
8d5203ff16
@ -159,6 +159,9 @@ ExtendHead (Queue * q)
|
|||||||
newlist[i] = list[i+tail];
|
newlist[i] = list[i+tail];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
q->tail_split = 0;
|
||||||
|
q->head_split = len-1;
|
||||||
|
|
||||||
q->split_list = newlist;
|
q->split_list = newlist;
|
||||||
free(list);
|
free(list);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user