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

Alexandre Julliard julliard at winehq.org
Tue Oct 7 08:54:08 CDT 2008


Module: wine
Branch: master
Commit: aa230a626717f75d9804a244a468729f774f6b22
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aa230a626717f75d9804a244a468729f774f6b22

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Tue Oct  7 01:49:06 2008 -0500

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

---

 dlls/msi/create.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/create.c b/dlls/msi/create.c
index 9a5c97b..0c61c76 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 */




More information about the wine-cvs mailing list