diff src/xrdb.c @ 110572:a1facefdd4a2

xrdb.c EMACS_INT/int audit.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 25 Sep 2010 18:25:04 +0200
parents e2f8226efb99
children 0c681b288c59
line wrap: on
line diff
--- a/src/xrdb.c	Sat Sep 25 15:07:55 2010 +0000
+++ b/src/xrdb.c	Sat Sep 25 18:25:04 2010 +0200
@@ -127,7 +127,7 @@
    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");