| Submitter | Jes Sorensen |
|---|---|
| Date | Aug. 30, 2010, 3:59 p.m. |
| Message ID | <1283183960-28404-15-git-send-email-Jes.Sorensen@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/63122/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/multiboot.c b/hw/multiboot.c index dc980e6..f9097a2 100644 --- a/hw/multiboot.c +++ b/hw/multiboot.c @@ -252,7 +252,7 @@ int load_multiboot(void *fw_cfg, do { char *next_space; - uint32_t mb_mod_length; + int mb_mod_length; uint32_t offs = mbs.mb_buf_size; next_initrd = strchr(initrd_filename, ',');