(echo_prompt): Prevent a compiler warning.

This commit is contained in:
Gerd Moellmann 2000-12-20 15:13:36 +00:00
parent 8de4aaf863
commit 102d8a2216

View file

@ -699,7 +699,7 @@ echo_prompt (str)
{
if (multibyte_p)
{
unsigned char *p = XSTRING (str)->data, *lastp;
unsigned char *p = XSTRING (str)->data, *lastp = p;
unsigned char *pend = p + ECHOBUFSIZE - 4;
while (p < pend)