diff --git a/xorriso/write_run.c b/xorriso/write_run.c index e09ffe3e..6ce02d25 100644 --- a/xorriso/write_run.c +++ b/xorriso/write_run.c @@ -384,7 +384,7 @@ int Xorriso_set_system_area(struct XorrisO *xorriso, struct burn_drive *drive, sa_loaded= iso_image_get_system_area(img, buf, &options, 0); if(sa_loaded < 0) { Xorriso_process_msg_queues(xorriso,0); - Xorriso_report_iso_error(xorriso, "", ret, + Xorriso_report_iso_error(xorriso, "", sa_loaded, "Error when inquiring System Area data of ISO 9660 image", 0, "FAILURE", 1); {ret= 0; goto ex;} diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index ce9f1807..e5eafbed 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.10.28.141130" +#define Xorriso_timestamP "2014.10.28.141959"