Implement function to get node from path on image. Little unit test too.

This commit is contained in:
Vreixo Formoso
2007-12-08 01:39:31 +01:00
parent f04ddb4435
commit b03fbf0ee0
4 changed files with 119 additions and 3 deletions

View File

@ -554,7 +554,7 @@ void iso_node_set_sort_weight(IsoNode *node, int w)
}
} else if (node->type == LIBISO_FILE) {
((IsoFile*)node)->sort_weight = w;
}
}
}
/**