debian #170531 - sign extension in gnome input

Internals of gnome_yn_function should treat key inputs as 'int' until
returning them, to avoid truncating and not sign extending as needed on
platforms where char is unsigned.
This commit is contained in:
cohrs
2003-10-14 07:07:40 +00:00
parent 120d0b0295
commit 0d533b7b39
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ unix: don't define errno if NHSTDC
X11: avoid a possible crash when using window manger to close a player
selection window
Gnome: add Quiver menu item, fix outdated Quit menu item
Gnome: key values on unsigned char platform could fail to compare correctly
General New Features