OSDN Git Service

Fixed error message format.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Thu, 31 Mar 2011 18:12:46 +0000 (18:12 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Thu, 31 Mar 2011 18:12:46 +0000 (18:12 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@218 60bc1c72-a15a-11de-b98f-4500b42dc123

libexfat/node.c

index 05fdd59..5bfbf09 100644 (file)
@@ -362,7 +362,7 @@ static int readdir(struct exfat* ef, const struct exfat_node* parent,
                default:
                        if (entry->type & EXFAT_ENTRY_VALID)
                        {
-                               exfat_error("unknown entry type 0x%hhu", entry->type);
+                               exfat_error("unknown entry type 0x%hhx", entry->type);
                                goto error;
                        }
                        break;