It was not Redhat who changed the SLang API of SLsmg_write_char, but

actually Debian. Redhat only copied that code.
This commit is contained in:
Roland Illig 2006-01-07 12:17:07 +00:00
parent 60d1a87ba7
commit 63a504ffed

View File

@ -117,8 +117,8 @@ extern void
tty_print_char(int c) tty_print_char(int c)
{ {
#ifdef HAVE_SLANG #ifdef HAVE_SLANG
/* We cannot use SLsmg_write_char here because the Redhat people /* We cannot use SLsmg_write_char here because the Debian and Redhat
* thought changing the API of an external project was fun, * people thought changing the API of an external project was fun,
* especially when it depends on the preprocessor symbol UTF8 being * especially when it depends on the preprocessor symbol UTF8 being
* defined or not. Congratulations! At least, they left the API call * defined or not. Congratulations! At least, they left the API call
* for SLsmg_write_nchars as it has always been. * for SLsmg_write_nchars as it has always been.