diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/unix/linux_glimp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/linux_glimp.c b/code/unix/linux_glimp.c index b52bf17..71378c3 100644 --- a/code/unix/linux_glimp.c +++ b/code/unix/linux_glimp.c @@ -199,8 +199,8 @@ static const char *Q_stristr( const char *s, const char *find) static char *XLateKey(XKeyEvent *ev, int *key) { - static char buf[64]; - static char bufnomod[2]; + static unsigned char buf[64]; + static unsigned char bufnomod[2]; KeySym keysym; int XLookupRet; |