2009-06-11 Pavel Roskin <proski@gnu.org>

* term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
	casts to short - they are not portable and cause warnings.  Fix
	use of uninitialized values in input_buf.  Use ARRAY_SIZE.
This commit is contained in:
proski 2009-06-11 16:17:45 +00:00
parent 63963d17d0
commit a0c62e4e28
2 changed files with 21 additions and 21 deletions

View file

@ -1,3 +1,9 @@
2009-06-11 Pavel Roskin <proski@gnu.org>
* term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
casts to short - they are not portable and cause warnings. Fix
use of uninitialized values in input_buf. Use ARRAY_SIZE.
2009-06-11 Vladimir Serbinenko <phcoder@gmail.com>
Drivemap fixes