parent
ea44693fc8
commit
740c08ed2f
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ grub_install_get_target (const char *src)
|
||||||
char *fn;
|
char *fn;
|
||||||
grub_util_fd_t f;
|
grub_util_fd_t f;
|
||||||
char buf[2048];
|
char buf[2048];
|
||||||
size_t r;
|
ssize_t r;
|
||||||
char *c, *pl, *p;
|
char *c, *pl, *p;
|
||||||
size_t i;
|
size_t i;
|
||||||
fn = grub_util_path_concat (2, src, "modinfo.sh");
|
fn = grub_util_path_concat (2, src, "modinfo.sh");
|
||||||
|
|
Loading…
Reference in a new issue