* util/grub-mkfont.c (argp_parser): Fix a typo which prevented --asce
from working.
This commit is contained in:
parent
258f43b7d7
commit
b9f5ebd65c
2 changed files with 6 additions and 1 deletions
|
@ -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 a new issue