[1/6] wbemprox: Set the row count in fill_processor.

Hans Leidekker hans at codeweavers.com
Wed Jun 27 04:33:31 CDT 2012


---
 dlls/wbemprox/builtin.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
index eaffc80..7a4ee56 100644
--- a/dlls/wbemprox/builtin.c
+++ b/dlls/wbemprox/builtin.c
@@ -376,6 +376,9 @@ static void fill_processor( struct table *table )
         rec->device_id    = heap_strdupW( device_id );
         offset += sizeof(*rec);
     }
+
+    TRACE("created %u rows\n", count);
+    table->num_rows = count;
 }
 
 static void fill_os( struct table *table )
-- 
1.7.10







More information about the wine-patches mailing list