New bits 8 and 9 with options of isoburn_igopt_set_system_area()

This commit is contained in:
2011-03-03 18:16:18 +00:00
parent d666142388
commit 558e2314ee
3 changed files with 9 additions and 2 deletions

View File

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