13 Apr
2018
13 Apr
'18
6:10 p.m.
2018-04-13 20:05 GMT+02:00 Henri Verbeet <hverbeet(a)gmail.com>:
On 13 April 2018 at 00:07, Matteo Bruni <mbruni(a)codeweavers.com> wrote:
+ for (i = 0; i < sizeof(rt_sizes) / sizeof(rt_sizes[0]); ++i) + { That should probably use the ARRAY_SIZE macro.
Argh, I noticed and fixed that on at least another test patch, missed it here...