(echo_prompt): Prevent a compiler warning.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user