fusion/tests: Fix some format-overflow warnings.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Rémi Bernon 2020-02-11 19:09:25 +01:00 committed by Alexandre Julliard
parent ba0d2ba217
commit cc012d13ee
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static void test_enumerate_name(void)
IAssemblyName *asmname, *next;
WCHAR buf[MAX_PATH];
CHAR gac[MAX_PATH];
CHAR path[MAX_PATH];
CHAR path[MAX_PATH + 40];
CHAR disp[MAX_PATH];
WCHAR namestr[MAX_PATH];
CHAR exp[6][MAX_PATH];