From 11259dc8c94db780ec1a6b5438a37c4b57b7d780 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 31 Oct 2007 23:45:58 -0700 Subject: [PATCH] default for is_uchr should be 1, not 0 --- hw/darwin/quartz/quartzKeyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/darwin/quartz/quartzKeyboard.c b/hw/darwin/quartz/quartzKeyboard.c index 3ecee3ac1..60f73e5b1 100644 --- a/hw/darwin/quartz/quartzKeyboard.c +++ b/hw/darwin/quartz/quartzKeyboard.c @@ -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;