Commit cc012d13 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

fusion/tests: Fix some format-overflow warnings.

parent ba0d2ba2
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment