From 304f99d26c12c905ea015be3b155a4ad412e3ed8 Mon Sep 17 00:00:00 2001 From: alx Date: Thu, 2 Jul 2015 22:44:13 +0200 Subject: [PATCH] dticon: KeySym is not char --- cde/programs/dticon/dtIconShell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dticon/dtIconShell.c b/cde/programs/dticon/dtIconShell.c index 69d2ea2a..98f001b8 100644 --- a/cde/programs/dticon/dtIconShell.c +++ b/cde/programs/dticon/dtIconShell.c @@ -889,7 +889,7 @@ build_dtIconShell( void ) /* GETSTR uses a static buffer which may be overwritten */ /* on subsequent calls, so save character in mnemonic */ char * mnemonicStr; - char mnemonic; + KeySym mnemonic; /* use tmpStr as tmp string holder so GETSTR won't trash string */ tmpStr2 = GETSTR(12,3, "Icon Editor - (UNTITLED)"); -- 2.25.1