another overlapping_strcpy
This commit is contained in:
parent
0f293b96dc
commit
41660c5b2d
@ -345,7 +345,7 @@ static void input_delete(int save)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
strcpy(command_ps + j, command_ps + j + 1);
|
overlapping_strcpy(command_ps + j, command_ps + j + 1);
|
||||||
command_len--;
|
command_len--;
|
||||||
input_end(); /* rewrite new line */
|
input_end(); /* rewrite new line */
|
||||||
cmdedit_set_out_char(' '); /* erase char */
|
cmdedit_set_out_char(' '); /* erase char */
|
||||||
|
Loading…
Reference in New Issue
Block a user