devenum: Correct the size of "name" in register_avicap_devices().

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-08-28 11:59:12 -05:00 committed by Alexandre Julliard
parent f4661f1b38
commit 7bae2aaf95
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ static void register_avicap_devices(void)
REGFILTERPINS2 rgpins = {0};
REGPINTYPES rgtypes;
REGFILTER2 rgf;
WCHAR name[6];
WCHAR name[7];
VARIANT var;
HRESULT hr;
int i = 0;