Corrected a mistake in previous revision
This commit is contained in:
parent
61f46d5e4d
commit
141c739556
@ -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");
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.05.31.070528"
|
||||
#define Xorriso_timestamP "2012.05.31.071033"
|
||||
|
Loading…
Reference in New Issue
Block a user