Small adjustments and bug fix with new MIPS boot facility.

This commit is contained in:
2010-10-13 16:59:18 +02:00
parent f33df0ef29
commit 870280a018
3 changed files with 10 additions and 7 deletions

View File

@ -636,7 +636,7 @@ int iso_image_get_mips_boot_files(IsoImage *image, char *paths[15], int flag)
int i;
for (i = 0; i < image->num_mips_boot_files; i++)
paths[i] = image->mips_boot_file_paths[image->num_mips_boot_files];
paths[i] = image->mips_boot_file_paths[i];
for (; i < 15; i++)
paths[i] = NULL;
return image->num_mips_boot_files;