[winpr,collections] fix cast warnings
This commit is contained in:
parent
20653aee1d
commit
f2aa469700
@ -240,7 +240,7 @@ static BOOL ArrayList_Shift(wArrayList* arrayList, size_t index, SSIZE_T count)
|
||||
|
||||
if (chunk > 0)
|
||||
MoveMemory(&arrayList->array[index], &arrayList->array[index - count],
|
||||
chunk * sizeof(void*));
|
||||
(size_t)chunk * sizeof(void*));
|
||||
|
||||
arrayList->size += count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user