1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

xrdb.c EMACS_INT/int audit.

This commit is contained in:
Lars Magne Ingebrigtsen 2010-09-25 18:25:04 +02:00
parent 758845a0bd
commit b7bdc47c6d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
* xrdb.c (magic_file_p): EMACS_INT/int fixup.
2010-09-25 Eli Zaretskii <eliz@gnu.org>
* window.c (Fpos_visible_in_window_p, Fdelete_other_windows)

View file

@ -127,7 +127,7 @@ x_get_customization_string (XrmDatabase db, const char *name, const char *class)
Return NULL otherwise. */
static char *
magic_file_p (const char *string, int string_len, const char *class, const char *escaped_suffix, const char *suffix)
magic_file_p (const char *string, EMACS_INT string_len, const char *class, const char *escaped_suffix, const char *suffix)
{
char *lang = getenv ("LANG");