diff options
Diffstat (limited to 'src/xrdb.c')
-rw-r--r-- | src/xrdb.c | 2 |
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, Return NULL otherwise. */ static char * -magic_file_p (const char *string, EMACS_INT string_len, const char *class, +magic_file_p (const char *string, ptrdiff_t string_len, const char *class, const char *escaped_suffix) { char *lang = getenv ("LANG"); |