Changed default name of initial image to ISOIMAGE
This commit is contained in:
parent
02f5f86219
commit
b1d05a6de4
@ -60,7 +60,7 @@ int isoburn_new(struct isoburn **objpt, int flag)
|
||||
o->image= NULL;
|
||||
o->prev= NULL;
|
||||
o->next= NULL;
|
||||
ret= iso_image_new("NEW", &o->image);
|
||||
ret= iso_image_new("ISOIMAGE", &o->image);
|
||||
if(ret<0)
|
||||
goto failed;
|
||||
isoburn_link(o, isoburn_list_start, 1);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.01.16.132909"
|
||||
#define Xorriso_timestamP "2008.01.16.141631"
|
||||
|
Loading…
Reference in New Issue
Block a user