Reacted on compiler warning about rev 5386

This commit is contained in:
Thomas Schmitt 2014-10-28 14:22:05 +00:00
parent 4caa01cb12
commit abe480940f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.10.28.141130"
#define Xorriso_timestamP "2014.10.28.141959"