g_list_length is unsigned

Original commit message from CVS:
g_list_length is unsigned
This commit is contained in:
Benjamin Otte 2003-10-09 19:13:19 +00:00
parent 30da970283
commit 6a9e76ee20

View file

@ -1605,7 +1605,7 @@ gst_xml_registry_rebuild (GstRegistry *registry)
{
GList *walk = NULL, *plugins = NULL, *prune = NULL;
GError *error = NULL;
gint length;
guint length;
GstXMLRegistry *xmlregistry = GST_XML_REGISTRY (registry);
walk = registry->paths;