* util/grub-mkfont.c (argp_parser): Fix a typo which prevented --asce

from working.
This commit is contained in:
Vladimir Testov 2012-12-10 11:45:00 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 258f43b7d7
commit b9f5ebd65c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;