diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 0e6a01944ab..990390f5a36 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1990,7 +1990,7 @@ INIT must be an integer that represents a character. */) | |||
| 1990 | else | 1990 | else |
| 1991 | { | 1991 | { |
| 1992 | unsigned char str[MAX_MULTIBYTE_LENGTH]; | 1992 | unsigned char str[MAX_MULTIBYTE_LENGTH]; |
| 1993 | int len = CHAR_STRING (c, str); | 1993 | ptrdiff_t len = CHAR_STRING (c, str); |
| 1994 | EMACS_INT string_len = XINT (length); | 1994 | EMACS_INT string_len = XINT (length); |
| 1995 | unsigned char *p, *beg, *end; | 1995 | unsigned char *p, *beg, *end; |
| 1996 | 1996 | ||