зеркало из https://github.com/github/putty.git
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:
Родитель
34389feaed
Коммит
98cbe6963b
|
@ -681,7 +681,7 @@ static void *delpos234_internal(tree234 * t, int index)
|
|||
LOG((" moving to subtree %d\n", ki));
|
||||
sub = n->kids[ki];
|
||||
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]) {
|
||||
/*
|
||||
* Case 3a, left-handed variant. Child ki has
|
||||
|
|
Загрузка…
Ссылка в новой задаче