aboutsummaryrefslogtreecommitdiffstats
path: root/src/xrdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xrdb.c')
-rw-r--r--src/xrdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c
index 5998e49b07e..58ca682c757 100644
--- a/src/xrdb.c
+++ b/src/xrdb.c
@@ -126,7 +126,7 @@ x_get_customization_string (XrmDatabase db, const char *name,
126 Return NULL otherwise. */ 126 Return NULL otherwise. */
127 127
128static char * 128static char *
129magic_file_p (const char *string, EMACS_INT string_len, const char *class, 129magic_file_p (const char *string, ptrdiff_t string_len, const char *class,
130 const char *escaped_suffix) 130 const char *escaped_suffix)
131{ 131{
132 char *lang = getenv ("LANG"); 132 char *lang = getenv ("LANG");