Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko
This commit is contained in:
@ -1533,12 +1533,14 @@ int Xorriso_node_eff_hidden(struct XorrisO *xorriso, IsoNode *node, int flag)
|
||||
IsoNode *current, *parent;
|
||||
|
||||
current= node;
|
||||
for(current= node; hidden_state != 3;) {
|
||||
for(current= node; hidden_state != 7;) {
|
||||
ret= iso_node_get_hidden(current);
|
||||
if(ret & LIBISO_HIDE_ON_RR)
|
||||
hidden_state|= 1;
|
||||
if(ret & LIBISO_HIDE_ON_JOLIET)
|
||||
hidden_state|= 2;
|
||||
if(ret & LIBISO_HIDE_ON_HFSPLUS)
|
||||
hidden_state|= 4;
|
||||
parent= (IsoNode *) iso_node_get_parent(current);
|
||||
if(parent == current)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user