New bits 8 and 9 with options of isoburn_igopt_set_system_area()
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user