Corrected a mistake in previous revision

This commit is contained in:
Thomas Schmitt 2012-05-31 07:09:53 +00:00
parent 8907406e5b
commit 115a267630
2 changed files with 3 additions and 3 deletions

View File

@ -800,10 +800,10 @@ not_enough_arguments:;
if(i + 2 >= end_idx)
goto not_enough_arguments;
i+= 2;
ret= Xorriso_hfsplus_file_creator_type(xorriso, "", NULL,
argv[i - 1], argv[i], 3);
if(ret <= 0)
{ret= 0; goto ex;}
ret= Findjob_set_crtp_filter(job, argv[i - 1], argv[i], 0);
if(ret <= 0) {
sprintf(xorriso->info_text, "-findi: cannot setup -has_hfs_crtp test");

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.05.31.070528"
#define Xorriso_timestamP "2012.05.31.071033"