Skip to content

Commit

Permalink
* (bug 3065) fixed non-SDL X11 client crash on certain keys (e.g. XK_…
Browse files Browse the repository at this point in the history
…egrave )
  • Loading branch information
tjdub committed Mar 19, 2007
1 parent 1de9a06 commit dce62fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/unix/linux_glimp.c
Expand Up @@ -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;

Expand Down

0 comments on commit dce62fb

Please sign in to comment.