diff options
author | fvogel <fvogelnew1@free.fr> | 2020-01-28 21:05:28 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-01-28 21:05:28 (GMT) |
commit | 233af73726814665b09dc4fc4c814ab9663fbf57 (patch) | |
tree | ca59263ac29346c806658dec6973ec8e602fde97 /unix/tkUnixKey.c | |
parent | a2c62965116d35647559acb442acb9a078d453fe (diff) | |
download | tk-233af73726814665b09dc4fc4c814ab9663fbf57.zip tk-233af73726814665b09dc4fc4c814ab9663fbf57.tar.gz tk-233af73726814665b09dc4fc4c814ab9663fbf57.tar.bz2 |
Sigh...
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r-- | unix/tkUnixKey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index 95ce2c3..acad81f 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -130,7 +130,7 @@ TkpGetString( * further Xlib function behavior might be undefined. */ - if (event->type != KeyPress && event->type != KeyRelease)) { + if (eventPtr->type != KeyPress && eventPtr->type != KeyRelease)) { len = 0; Tcl_DStringSetLength(dsPtr, len); goto done; |