2007-06-12 Robert Millan <rmh@aybabtu.com>
* normal/command.c (grub_command_execute): Use NULL rather than 0 for "pager" assignment. * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Likewise for "pcdata". * util/grub-probe.c (probe): Likewise for "drive_name".
This commit is contained in:
parent
8af2ab7bad
commit
0215dcbfdc
4 changed files with 11 additions and 3 deletions
|
@ -203,7 +203,7 @@ grub_command_execute (char *cmdline, int interactive)
|
|||
if (interactive)
|
||||
pager = grub_env_get ("pager");
|
||||
else
|
||||
pager = 0;
|
||||
pager = NULL;
|
||||
if (pager && (! grub_strcmp (pager, "1")))
|
||||
grub_set_more (1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue