From: ace20022 <[email protected]>

---
 src/udfread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/udfread.c b/src/udfread.c
index bffb9ea..9eaa20b 100644
--- a/src/udfread.c
+++ b/src/udfread.c
@@ -840,7 +840,7 @@ static struct file_entry *_read_file_entry(udfread *udf,
 
             if (tag_id != ECMA_AllocationExtentDescriptor) {
                 free(buf);
-                udf_error("_read_file_entry: unexpected tag %u (expected 
ECMA_AllocationExtentDescriptor)\n", tag_id);
+                udf_error("_read_file_entry: unexpected tag %d (expected 
ECMA_AllocationExtentDescriptor)\n", tag_id);
                 break;
             }
 
-- 
2.11.0.windows.1

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to