From 5cfc7580a3c81e83e811ca4f7da47e1043911001 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 12 Oct 2008 16:36:29 +0000 Subject: [PATCH] Add tests/repository which has some repository regression tests svn path=/trunk/; revision=683 --- girepository.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girepository.c b/girepository.c index 5bbad5328..d56482ece 100644 --- a/girepository.c +++ b/girepository.c @@ -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];