mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
[TWAIN_32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
9622551c51
commit
f4c8f8de72
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ static void test_single_source(TW_IDENTITY *appid, TW_IDENTITY *source)
|
|||
UINT16 *u = (UINT16 *) a->ItemList;
|
||||
trace("%d Capabilities:\n", a->NumItems);
|
||||
for (i = 0; i < a->NumItems; i++)
|
||||
if (u[i] < sizeof(capabilities) / sizeof(capabilities[0]))
|
||||
if (u[i] < ARRAY_SIZE(capabilities))
|
||||
{
|
||||
capabilities[u[i]] = 1;
|
||||
trace(" %d: 0x%x\n", i, u[i]);
|
||||
|
|
Loading…
Reference in a new issue