From 175346aac4942eb97ccf2f00ca127cf700cd2eff Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 5 Dec 2012 08:56:06 +0100 Subject: port to libgsf status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems. --- libmsi/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmsi/string.c') diff --git a/libmsi/string.c b/libmsi/string.c index a638197..3c89b53 100644 --- a/libmsi/string.c +++ b/libmsi/string.c @@ -467,7 +467,7 @@ string_table *msi_init_string_table( unsigned *bytes_per_strref ) return st; } -string_table *msi_load_string_table( IStorage *stg, unsigned *bytes_per_strref ) +string_table *msi_load_string_table( GsfInfile *stg, unsigned *bytes_per_strref ) { string_table *st = NULL; char *data = NULL; -- cgit