* include/grub/misc.h (grub_strcat): Removed. All users changed to

more appropriate functions.
This commit is contained in:
Vladimir Serbinenko 2013-11-01 16:27:37 +01:00
parent fa9b3dcae2
commit e54b8f536b
6 changed files with 17 additions and 37 deletions

View file

@ -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')
{