From 67dbdf32ab281753fe496e1dc88c6a04363d5e82 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 16 Jan 2008 14:17:24 +0000 Subject: [PATCH] Changed default name of initial image to ISOIMAGE --- ng_src/isoburn.c | 2 +- test/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ng_src/isoburn.c b/ng_src/isoburn.c index e63621a3..5f718016 100644 --- a/ng_src/isoburn.c +++ b/ng_src/isoburn.c @@ -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); diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index 6a85a660..32de6565 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.01.16.132909" +#define Xorriso_timestamP "2008.01.16.141631"