Update TODO list.

release-1.5.4.branch
Vreixo Formoso 15 years ago
parent 1f1160d3d1
commit a86d6219ba

@ -8,7 +8,7 @@ TODO
#00001 (node.h) -> consider adding new timestamps to IsoTreeNode
OK #00002 (node.h) -> handle deletion of each kind of node
#00003 make error.h header public
#00004 (fsource-h) -> Add a get_mime_type() function.
#00004 (libisofs.h) -> Add a get_mime_type() function.
#00005 (node.c) -> optimize iso_dir_iter_take.
#00006 (libisofs.h) -> define more replace values when adding a node to a dir
#00007 (libisofs.h) -> expose iso_tree_add_new_file

@ -1068,7 +1068,6 @@ time_t iso_datetime_read_17(const uint8_t *buf)
*/
int iso_eaccess(const char *path)
{
// TODO replace non-standard eaccess with our own implementation
if (eaccess(path, R_OK) != 0) {
int err;

Loading…
Cancel
Save