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

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;