[libbluray-devel] [PATCH 3/4] Fix format string specifier.
Andreas Zelend
ace at kodi.tv
Tue May 30 14:00:25 CEST 2017
From: ace20022 <ace20022 at ymail.com>
---
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
More information about the libbluray-devel
mailing list