compiler fix

Original commit message from CVS:
compiler fix
This commit is contained in:
Thomas Vander Stichele 2003-10-09 19:11:01 +00:00
parent e23de37a4e
commit 675c9af799

View file

@ -1612,7 +1612,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;