diff --git a/xorriso/opts_d_h.c b/xorriso/opts_d_h.c index 12989288..5321661f 100644 --- a/xorriso/opts_d_h.c +++ b/xorriso/opts_d_h.c @@ -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"); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index add2984b..ecd16672 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.05.31.070528" +#define Xorriso_timestamP "2012.05.31.071033"