* grub-core/commands/ls.c (grub_ls_print_devices): Add missing

asterisk.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-21 17:46:24 +01:00
parent ed12a00309
commit 7d8848f363
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2013-01-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/ls.c (grub_ls_print_devices): Add missing
asterisk.
2013-01-21 Vladimir Serbinenko <phcoder@gmail.com>
Make color variables global instead of it being per-terminal.
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
Fix powerpc and sparc64 build failures caused by un-nesting memory

View File

@ -51,7 +51,7 @@ grub_ls_print_devices (const char *name, void *data)
{
int *longlist = data;
if (longlist)
if (*longlist)
grub_normal_print_device_info (name);
else
grub_printf ("(%s) ", name);