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:
parent
7fa405c9c9
commit
b89495a8c2
@ -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>
|
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/soundtouch/gstpitch.cc:
|
* ext/soundtouch/gstpitch.cc:
|
||||||
|
@ -199,7 +199,8 @@ change_tag_list (GstTagList ** list, const gchar * tag, const gchar * value)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
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);
|
g_type_name (type), type);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user