Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270470
Collapse All | Expand All

(-)input.c.ori (-1 / +1 lines)
Lines 935-941 Link Here
935
		return sdl_key_trans_table;
935
		return sdl_key_trans_table;
936
	}
936
	}
937
937
938
	key_trans_table = auto_alloc(machine, kt_table);
938
	key_trans_table = auto_alloc_array(machine, kt_table, ARRAY_LENGTH(sdl_key_trans_table));
939
	memcpy((void *) key_trans_table, sdl_key_trans_table, sizeof(sdl_key_trans_table));
939
	memcpy((void *) key_trans_table, sdl_key_trans_table, sizeof(sdl_key_trans_table));
940
	
940
	
941
	while (!feof(keymap_file))
941
	while (!feof(keymap_file))

Return to bug 270470