From 43552dc4fa64aad0c9fdb8f4c92ae7ac79406596 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 22 Jul 2010 11:23:19 -0700 Subject: Remove UI dependency from goldfish_event_device.c Change-Id: Iea5edfbae0caff45161c814d631d35d2e6d61d1c --- android/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/console.c') diff --git a/android/console.c b/android/console.c index a7b55e9..f913f7d 100644 --- a/android/console.c +++ b/android/console.c @@ -1807,7 +1807,7 @@ do_event_text( ControlClient client, char* args ) } /* Get default charmap. */ - charmap = android_get_charmap_by_index(0); + charmap = android_get_default_charmap(); if (charmap == NULL) { control_write( client, "KO: no character map active in current device layout/config\r\n" ); return -1; -- cgit v1.1