From aa230a626717f75d9804a244a468729f774f6b22 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Tue, 7 Oct 2008 01:49:06 -0500 Subject: [PATCH] msi: Remove a break that kept other columns from getting the table name. --- dlls/msi/create.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/msi/create.c b/dlls/msi/create.c index 9a5c97b3295..0c61c76858b 100644 --- a/dlls/msi/create.c +++ b/dlls/msi/create.c @@ -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 */