(echo_prompt): Prevent a compiler warning.
This commit is contained in:
parent
8de4aaf863
commit
102d8a2216
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue