Add tests/repository which has some repository regression tests

svn path=/trunk/; revision=683
This commit is contained in:
Colin Walters 2008-10-12 16:36:29 +00:00
parent 3be641f836
commit 5cfc7580a3

View File

@ -490,7 +490,7 @@ find_interface (gpointer key,
for (i = 1; i <= n_entries; i++)
{
entry = g_typelib_get_dir_entry (typelib, i);
if (entry->blob_type < 4)
if (entry->blob_type < BLOB_TYPE_BOXED)
continue;
offset = *(guint32*)&typelib->data[entry->offset + 8];