Commit aa230a62 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Remove a break that kept other columns from getting the table name.

parent d15fddf6
......@@ -177,10 +177,7 @@ UINT CREATE_CreateView( MSIDATABASE *db, MSIVIEW **view, LPWSTR table,
col->table = strdupW(table);
if( !col->temporary )
{
temp = FALSE;
break;
}
}
/* fill the structure */
......
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