tests/icles/metadata_editor.c: Printf format fix.

Original commit message from CVS:
* tests/icles/metadata_editor.c:
Printf format fix.
This commit is contained in:
Stefan Kost 2008-01-27 16:12:45 +00:00
parent 7fa405c9c9
commit b89495a8c2
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-01-27 Stefan Kost <ensonic@users.sf.net>
* tests/icles/metadata_editor.c:
Printf format fix.
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
* ext/soundtouch/gstpitch.cc:

View file

@ -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;
}