mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
Add tests/repository which has some repository regression tests
svn path=/trunk/; revision=683
This commit is contained in:
parent
3be641f836
commit
5cfc7580a3
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user