mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
wbemprox: Set the row count in fill_processor.
This commit is contained in:
parent
d1f0fe954f
commit
211469dd06
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user