Allowed to set System Area type via isoburn_igopt_set_system_area()

This commit is contained in:
2010-10-12 10:30:47 +00:00
parent 7019473212
commit e7992747e5
3 changed files with 12 additions and 2 deletions

View File

@ -1164,7 +1164,7 @@ int isoburn_igopt_set_system_area(struct isoburn_imgen_opts *opts,
}
memcpy(opts->system_area_data, data, 32768);
}
opts->system_area_options = options & 3;
opts->system_area_options = options & 0xff;
return(1);
}