summaryrefslogtreecommitdiffstats
path: root/libmsi/update.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-12-10 00:01:22 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-10 17:35:57 +0100
commit92243bbcde2f22b3ada7b665acc70382de369ddb (patch)
tree3cc1a64d9fedd71cfc8a82242649066ed33531f3 /libmsi/update.c
parent6b7407cb031cf245a4998d8c79009039ead38fc5 (diff)
downloadmsitools-92243bbcde2f22b3ada7b665acc70382de369ddb.tar.gz
msitools-92243bbcde2f22b3ada7b665acc70382de369ddb.tar.xz
msitools-92243bbcde2f22b3ada7b665acc70382de369ddb.zip
Rename libmsi_record_create() to libmsi_record_new()
Diffstat (limited to 'libmsi/update.c')
-rw-r--r--libmsi/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/update.c b/libmsi/update.c
index a7f54e8..7a2a523 100644
--- a/libmsi/update.c
+++ b/libmsi/update.c
@@ -78,7 +78,7 @@ static unsigned update_view_execute( LibmsiView *view, LibmsiRecord *record )
if (where_count > 0)
{
- where = libmsi_record_create(where_count);
+ where = libmsi_record_new(where_count);
if (where)
for (i = 1; i <= where_count; i++)