diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/icles/metadata_editor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c index 7b318761..e39720df 100644 --- a/tests/icles/metadata_editor.c +++ b/tests/icles/metadata_editor.c @@ -199,7 +199,8 @@ change_tag_list (GstTagList ** list, const gchar * tag, const gchar * value) } break; default: - fprintf (stderr, "This app still doesn't handle type (%s)(%ld)\n", + fprintf (stderr, + "This app still doesn't handle type (%s)(%" G_GSIZE_FORMAT ")\n", g_type_name (type), type); break; } |