From 5e2dd69aeb80d6277eda5669e2b69d4caee43af2 Mon Sep 17 00:00:00 2001 From: fvogel Date: Thu, 18 Jan 2018 14:23:04 +0000 Subject: [PATCH 120/693] Fix broken build (one line of the patch was missing) --- unix/tkUnixKey.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index dcdc85f05..d8aa5abe6 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -243,6 +243,7 @@ TkpGetString( * from having to reenter the XIM engine. [Bug 1373712] */ +done: kePtr->charValuePtr = ckalloc(len + 1); kePtr->charValueLen = len; memcpy(kePtr->charValuePtr, Tcl_DStringValue(dsPtr), (unsigned) len + 1); -- 2.19.1