* grub-core/lib/syslinux_parse.c: Declare timeout unsigned.
This commit is contained in:
parent
c2be6f7ef8
commit
1962ed95cc
2 changed files with 5 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct syslinux_menu
|
|||
const char *current_target_directory;
|
||||
const char *filename;
|
||||
grub_size_t commentslen;
|
||||
int timeout;
|
||||
unsigned long timeout;
|
||||
struct syslinux_say *say;
|
||||
grub_syslinux_flavour_t flavour;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue