Commit 211469dd authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wbemprox: Set the row count in fill_processor.

parent d1f0fe95
......@@ -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 )
......
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