[libbluray-devel] Fix format string specifier.

ace20022 git at videolan.org
Tue May 30 17:35:48 CEST 2017


libudfread | branch: master | ace20022 <ace20022 at ymail.com> | Tue May 30 14:00:25 2017 +0200| [d578d990ea90683c934ea4a02da941e7f4011f22] | committer: Petri Hintukainen

Fix format string specifier.

> http://git.videolan.org/gitweb.cgi/libudfread.git/?a=commit;h=d578d990ea90683c934ea4a02da941e7f4011f22
---

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

diff --git a/src/udfread.c b/src/udfread.c
index 442a1bb..35aedb5 100644
--- a/src/udfread.c
+++ b/src/udfread.c
@@ -842,7 +842,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;
             }
 



More information about the libbluray-devel mailing list