projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4a453
)
dticon: KeySym is not char
author
alx
<alx@fastestcode.org>
Thu, 2 Jul 2015 20:44:13 +0000
(22:44 +0200)
committer
Jon Trulson
<jon@radscan.com>
Thu, 2 Jul 2015 23:50:26 +0000
(17:50 -0600)
cde/programs/dticon/dtIconShell.c
patch
|
blob
|
history
diff --git
a/cde/programs/dticon/dtIconShell.c
b/cde/programs/dticon/dtIconShell.c
index 69d2ea2aaa97320e2ba8d558ddfdd96b85581caf..98f001b8e5ec0f2b8a5768a7bae300a974e481a4 100644
(file)
--- 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)");