OSDN Git Service

Remove extra error message.
authorrelan <relan@users.noreply.github.com>
Tue, 4 Jun 2013 18:37:56 +0000 (18:37 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:16 +0000 (08:26 +0300)
fsck/main.c

index e865641..f6ba4fd 100644 (file)
@@ -91,7 +91,6 @@ static void dirck(struct exfat* ef, const char* path)
        {
                free(entry_path);
                exfat_put_node(ef, parent);
-               exfat_error("failed to open directory `%s'", path);
                return;
        }
        while ((node = exfat_readdir(ef, &it)))