default for is_uchr should be 1, not 0

This commit is contained in:
Ben Byer 2007-10-31 23:45:58 -07:00
parent 6479d4e01e
commit 11259dc8c9

View file

@ -220,7 +220,7 @@ DarwinModeReadSystemKeymap (darwinKeyboardInfo *info)
const void *chr_data = NULL;
int num_keycodes = NUM_KEYCODES;
UInt32 keyboard_type = 0;
int is_uchr = 0, i, j;
int is_uchr = 1, i, j;
OSStatus err;
KeySym *k;