Update TODO list.

This commit is contained in:
Vreixo Formoso 2008-01-19 17:49:01 +01:00
parent 1f1160d3d1
commit a86d6219ba
2 changed files with 1 additions and 2 deletions

2
TODO
View File

@ -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

View 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;