diff --git a/test/ng_xorrisoburn.c b/test/ng_xorrisoburn.c index e3ee86b3..2be3edd1 100644 --- a/test/ng_xorrisoburn.c +++ b/test/ng_xorrisoburn.c @@ -462,7 +462,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag) sopts.omit_version_numbers= 0; sopts.allow_deep_paths= 1; sopts.max_37_char_filenames= 0; - sopts.wopts.no_force_dots= 0; + sopts.no_force_dots= 0; sopts.allow_lowercase= 0; sopts.allow_full_ascii= 0; sopts.joliet_longer_paths= 0; @@ -2217,6 +2217,7 @@ cannot_iter:; (*filec)++; } iso_dir_iter_free(iter); + iter= NULL; if(*filec==0) {ret= 1; goto ex;} diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index 680099bf..39062947 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.01.14.163814" +#define Xorriso_timestamP "2008.01.14.164628"