summaryrefslogtreecommitdiffstats
path: root/libmsi/string.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-05 08:56:06 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:30:34 +0100
commit175346aac4942eb97ccf2f00ca127cf700cd2eff (patch)
tree788101151eeaa13fda5958086525fd7a8ff75e1b /libmsi/string.c
parent91797cca0271709a2b491bb7ea36f9ff8d0da83e (diff)
downloadmsitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.tar.gz
msitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.tar.xz
msitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.zip
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.
Diffstat (limited to 'libmsi/string.c')
-rw-r--r--libmsi/string.c2
1 files changed, 1 insertions, 1 deletions
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;