mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 04:51:13 +00:00
* util/grub-mkfont.c (argp_parser): Fix a typo which prevented --asce
from working.
This commit is contained in:
parent
258f43b7d7
commit
b9f5ebd65c
@ -1,3 +1,8 @@
|
||||
2012-12-10 Vladimir Testov <vladimir.testov@rosalab.ru>
|
||||
|
||||
* util/grub-mkfont.c (argp_parser): Fix a typo which prevented --asce
|
||||
from working.
|
||||
|
||||
2012-12-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/getroot.c (convert_system_partition_to_system_disk): Support
|
||||
|
@ -1101,7 +1101,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
||||
arguments->font_info.desc = strtoul (arg, NULL, 0);
|
||||
break;
|
||||
|
||||
case 'e':
|
||||
case 'c':
|
||||
arguments->font_info.asce = strtoul (arg, NULL, 0);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user