Make char and string width grub_size_t rather than grub_ssize_t.
This commit is contained in:
parent
0a7e52b2ed
commit
a28567364a
9 changed files with 22 additions and 18 deletions
|
@ -866,7 +866,7 @@ print_backlog (struct grub_term_output *term,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static grub_ssize_t
|
||||
static grub_size_t
|
||||
getcharwidth (const struct grub_unicode_glyph *c, void *term)
|
||||
{
|
||||
return grub_term_getcharwidth (term, c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue