summaryrefslogtreecommitdiffstats
path: root/libmsi/update.c
diff options
context:
space:
mode:
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 c552825..9b63fd6 100644
--- a/libmsi/update.c
+++ b/libmsi/update.c
@@ -72,7 +72,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++)