From 98cbe6963b8126659cf16c622302cbd872026936 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 20 Jun 2017 19:02:13 +0100 Subject: [PATCH] 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. --- tree234.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree234.c b/tree234.c index f1c0c2ed..d3c5293d 100644 --- a/tree234.c +++ b/tree234.c @@ -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