Commit 086fcfc1 authored by Hib Eris's avatar Hib Eris Committed by Alexandre Julliard

msi: Initialize a variable.

parent cad837c9
......@@ -1264,7 +1264,7 @@ static UINT merge_diff_row(MSIRECORD *rec, LPVOID param)
MERGEDATA *data = param;
MERGETABLE *table = data->curtable;
MERGEROW *mergerow;
MSIQUERY *dbview;
MSIQUERY *dbview = NULL;
MSIRECORD *row = NULL;
LPWSTR query;
UINT r;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment