Silenced a MISHAP message of libisofs with -tell_media_space caused by rev 5210

This commit is contained in:
Thomas Schmitt 2014-02-08 11:17:06 +00:00
parent afd57ced6b
commit e3276b5770
2 changed files with 2 additions and 2 deletions

View File

@ -1131,7 +1131,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
&value_length, &value, 2 | 8);
}
ret= Xorriso_make_iso_write_opts(xorriso, image, sopts, 0);
ret= Xorriso_make_iso_write_opts(xorriso, image, sopts, flag & 1);
if(ret <= 0)
goto ex;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.02.05.191021"
#define Xorriso_timestamP "2014.02.08.111505"