msi: Remove a break that kept other columns from getting the table name.
This commit is contained in:
parent
d15fddf6f5
commit
aa230a6267
|
@ -177,10 +177,7 @@ UINT CREATE_CreateView( MSIDATABASE *db, MSIVIEW **view, LPWSTR table,
|
||||||
col->table = strdupW(table);
|
col->table = strdupW(table);
|
||||||
|
|
||||||
if( !col->temporary )
|
if( !col->temporary )
|
||||||
{
|
|
||||||
temp = FALSE;
|
temp = FALSE;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fill the structure */
|
/* fill the structure */
|
||||||
|
|
Loading…
Reference in New Issue