Better behavior of update_r with no image present
This commit is contained in:
@ -3462,6 +3462,8 @@ int Xorriso_iso_lstat(struct XorrisO *xorriso, char *path, struct stat *stbuf,
|
||||
ret= Xorriso_fake_stbuf(xorriso, path, stbuf, &node, 0);
|
||||
if(ret>0)
|
||||
return(0);
|
||||
if(ret<0)
|
||||
return(-2);
|
||||
return(-1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user