MSI: field numbering so the CREATE query works for multiple columns

Mike McCormack mike at codeweavers.com
Tue Jun 29 07:14:16 CDT 2004


ChangeLog:
<aric at codeweavers.com>
* field numbering so the CREATE query works for multiple columns
-------------- next part --------------
diff -ur dlls/msi.old/create.c dlls/msi/create.c
--- dlls/msi.old/create.c	2004-06-29 07:10:51.000000000 -0500
+++ dlls/msi/create.c	2004-06-29 07:11:50.000000000 -0500
@@ -142,6 +142,8 @@
         r = tv->ops->set_int( tv, row, 4, 0x8000|col->type );
         if( r )
             break;
+
+        nField++;
     }
     if( !col )
         r = ERROR_SUCCESS;


More information about the wine-patches mailing list