OSDN Git Service

Fixed debug message.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 25 Jul 2010 09:26:14 +0000 (09:26 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 25 Jul 2010 09:26:14 +0000 (09:26 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@155 60bc1c72-a15a-11de-b98f-4500b42dc123

fsck/main.c

index 632d639..ee2e29b 100644 (file)
@@ -127,7 +127,7 @@ static void dirck(struct exfat* ef, const char* path)
        while ((node = exfat_readdir(ef, &it)))
        {
                exfat_get_name(node, entry_path + path_length + 1, EXFAT_NAME_MAX);
-               exfat_debug("%s: %s, %llu bytes, cluster %u", subpath,
+               exfat_debug("%s: %s, %"PRIu64" bytes, cluster %u", entry_path,
                                IS_CONTIGUOUS(*node) ? "contiguous" : "fragmented",
                                node->size, node->start_cluster);
                if (node->flags & EXFAT_ATTRIB_DIR)