mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-24 16:52:24 +00:00
Another format-string fix.
Oops - I found this in an editor autosave file after pushing the previous commit. I meant it to be part of the previous commit. Oh well, better late than never.
This commit is contained in:
parent
34389feaed
commit
98cbe6963b
@ -681,7 +681,7 @@ static void *delpos234_internal(tree234 * t, int index)
|
|||||||
LOG((" moving to subtree %d\n", ki));
|
LOG((" moving to subtree %d\n", ki));
|
||||||
sub = n->kids[ki];
|
sub = n->kids[ki];
|
||||||
if (!sub->elems[1]) {
|
if (!sub->elems[1]) {
|
||||||
LOG((" subtree has only one element!\n", ki));
|
LOG((" subtree has only one element!\n"));
|
||||||
if (ki > 0 && n->kids[ki - 1]->elems[1]) {
|
if (ki > 0 && n->kids[ki - 1]->elems[1]) {
|
||||||
/*
|
/*
|
||||||
* Case 3a, left-handed variant. Child ki has
|
* Case 3a, left-handed variant. Child ki has
|
||||||
|
Loading…
Reference in New Issue
Block a user