Tracing the different behavior of isoburn_read_image()

This commit is contained in:
2008-01-11 17:48:30 +00:00
parent f9702a6126
commit 0023872ddf
4 changed files with 6 additions and 3 deletions

View File

@ -2190,7 +2190,7 @@ int Xorriso_ls_filev(struct XorrisO *xorriso, char *wd,
for(pass= 0; pass<passes; pass++)
for(i= 0; i<filec && !(xorriso->request_to_abort); i++) {
rpt[0]= 0;
ret= Xorriso_make_abs_adr(xorriso, wd, filev[i], path, 1|4);
ret= Xorriso_make_abs_adr(xorriso, wd, filev[i], path, 1|2|4);
if(ret<=0)
continue;
ret= Xorriso_fake_stbuf(xorriso, path, &stbuf, &node, 0);