Commit 876982df authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Fix a small bug introduced when converting appids to a list.

parent 43ec0a4d
......@@ -107,7 +107,7 @@ static MSIAPPID *load_given_appid( MSIPACKAGE *package, LPCWSTR name )
}
}
row = MSI_QueryGetRecord(package->db, ExecSeqQuery, appid);
row = MSI_QueryGetRecord(package->db, ExecSeqQuery, name);
if (!row)
return NULL;
......
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