Sorting of nodes in a dir acording to ECMA-119, 9.3.
This commit is contained in:
@ -58,7 +58,7 @@ struct ecma119_node
|
||||
/**
|
||||
*
|
||||
*/
|
||||
int ecma119_tree_create(Ecma119Image *img, IsoNode *iso, Ecma119Node **tree);
|
||||
int ecma119_tree_create(Ecma119Image *img, IsoNode *iso);
|
||||
|
||||
/**
|
||||
* Free an Ecma119Node, and its children if node is a dir
|
||||
|
Reference in New Issue
Block a user