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
|
@ -51,7 +51,7 @@ grub_term_cursor_x (const struct grub_term_screen_geometry *geo)
|
|||
return (geo->first_entry_x + geo->entry_width);
|
||||
}
|
||||
|
||||
grub_ssize_t
|
||||
grub_size_t
|
||||
grub_getstringwidth (grub_uint32_t * str, const grub_uint32_t * last_position,
|
||||
struct grub_term_output *term)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue