Changed default name of initial image to ISOIMAGE

This commit is contained in:
Thomas Schmitt 2008-01-16 14:17:24 +00:00
parent 85717fbb83
commit 67dbdf32ab
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.01.16.132909"
#define Xorriso_timestamP "2008.01.16.141631"