Mercurial > hg > xemacs-beta
diff src/objects-tty.c @ 4124:9a633a00c3f2
[xemacs-hg @ 2007-08-17 08:08:05 by crestani]
2007-08-15 Marcus Crestani <crestani@xemacs.org>
* database.c (dbm_map): Add typecast.
* database.c (dbm_get): Add typecast.
* gc.c (gc_state_type): Declare type.
* objects-tty.c (tty_find_charset_font): Add typecast.
* objects-xlike-inc.c (count_hyphens): Add typecast.
* objects-xlike-inc.c (endif): Add typecast.
author | crestani |
---|---|
date | Fri, 17 Aug 2007 08:08:10 +0000 |
parents | 229bd619740a |
children | 77138fc618a9 |
line wrap: on
line diff
--- a/src/objects-tty.c Fri Aug 17 08:04:28 2007 +0000 +++ b/src/objects-tty.c Fri Aug 17 08:08:10 2007 +0000 @@ -374,7 +374,7 @@ if (strchr ((const char *) fontname, '/')) { if (tty_font_spec_matches_charset (XDEVICE (device), charset, 0, - font, 0, -1, 0)) + font, 0, -1, initial)) return font; return Qnil; }