summaryrefslogtreecommitdiffstats
path: root/libmsi/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/update.c')
-rw-r--r--libmsi/update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmsi/update.c b/libmsi/update.c
index b169644..7623a8c 100644
--- a/libmsi/update.c
+++ b/libmsi/update.c
@@ -68,7 +68,7 @@ static unsigned UPDATE_execute( LibmsiView *view, LibmsiRecord *record )
/* extract the where markers from the record */
if (record)
{
- r = MSI_RecordGetFieldCount(record);
+ r = MsiRecordGetFieldCount(record);
for (i = 0; col; col = col->next)
i++;
@@ -78,7 +78,7 @@ static unsigned UPDATE_execute( LibmsiView *view, LibmsiRecord *record )
if (where_count > 0)
{
- where = MSI_CreateRecord(where_count);
+ where = MsiCreateRecord(where_count);
if (where)
for (i = 1; i <= where_count; i++)