* include/grub/misc.h (grub_strcat): Removed. All users changed to
more appropriate functions.
This commit is contained in:
parent
fa9b3dcae2
commit
e54b8f536b
6 changed files with 17 additions and 37 deletions
|
@ -500,7 +500,7 @@ grub_normal_do_completion (char *buf, int *restore,
|
|||
*newstr = '\0';
|
||||
|
||||
if (num_found == 1)
|
||||
grub_strcat (ret, suffix);
|
||||
grub_strcpy (newstr, suffix);
|
||||
|
||||
if (*ret == '\0')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue