1 Dec
2022
1 Dec
'22
8:43 p.m.
On Thu Dec 1 20:31:48 2022 +0000, Matteo Bruni wrote:
Would it make sense to broaden this check to property_info->size != table->count? Also we could probably print the sizes (especially table->count) in the message. For the records, I was thinking something like:
```suggestion:-4+0 if (property_info->size != table->count) { WARN("Unexpected value expression output size %u, property size %u.\n", table->count, property_info->size); return; } ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1622#note_18304