Move set_program_name and init_nls to host_init. On windows
fix in this fuction console and argument charset as well.
This commit is contained in:
parent
4cd3c4fec7
commit
ae5540d3d4
24 changed files with 282 additions and 78 deletions
|
@ -733,9 +733,7 @@ main (int argc, char *argv[])
|
|||
const char *default_root;
|
||||
char *alloc_root;
|
||||
|
||||
set_program_name (argv[0]);
|
||||
|
||||
grub_util_init_nls ();
|
||||
grub_util_host_init (&argc, &argv);
|
||||
|
||||
args = xmalloc (argc * sizeof (args[0]));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue