diff --git a/TODO b/TODO index 53f8f6b..2b6c3d2 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/util.c b/src/util.c index 4faa16a..06d649d 100644 --- a/src/util.c +++ b/src/util.c @@ -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;