mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
registrychunks: Use correct print format specifiers to fix compiler warnings
This commit is contained in:
parent
ac8ccf2c50
commit
3360299ef4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ _strnlen (const gchar * str, gint maxlen)
|
|||
#define unpack_element(inptr, outptr, element, endptr, error_label) G_STMT_START{ \
|
||||
if (inptr + sizeof(element) > endptr) { \
|
||||
GST_ERROR ("Failed reading element " G_STRINGIFY (element) \
|
||||
". Have %d bytes need %" G_GSSIZE_FORMAT, \
|
||||
". Have %d bytes need %" G_GSIZE_FORMAT, \
|
||||
(int) (endptr - inptr), sizeof(element)); \
|
||||
goto error_label; \
|
||||
} \
|
||||
|
|
Loading…
Reference in a new issue