Changed default name of initial image to ISOIMAGE

master
Thomas Schmitt 15 years ago
parent 85717fbb83
commit 67dbdf32ab

@ -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…
Cancel
Save