Rename function to create burn_source.

This commit is contained in:
Vreixo Formoso
2008-01-05 00:42:32 +01:00
parent ee78419935
commit e471333b0b
5 changed files with 18 additions and 9 deletions

View File

@ -104,7 +104,7 @@ int main(int argc, char **argv)
/* generate a multisession image with new contents */
opts.ms_block = atoi(argv[2]);
opts.appendable = 1;
result = iso_image_create(image, &opts, &burn_src);
result = iso_image_create_burn_source(image, &opts, &burn_src);
if (result < 0) {
printf ("Cant create image, error %d\n", result);
return 1;