New system area sub type CHRP with isoburn_igopt_set_system_area()

This commit is contained in:
2012-06-12 19:26:14 +00:00
parent d46d643f43
commit 40e9dfd42a
3 changed files with 11 additions and 3 deletions

View File

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