ntdll/tests: Fix some format-overflow warnings.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ab3ca36baf
commit
03d1a9c68e
|
@ -737,7 +737,7 @@ done:
|
|||
static void set_up_case_test(const char *testdir)
|
||||
{
|
||||
BOOL ret;
|
||||
char buf[MAX_PATH];
|
||||
char buf[MAX_PATH + 5];
|
||||
HANDLE h;
|
||||
|
||||
ret = CreateDirectoryA(testdir, NULL);
|
||||
|
|
Loading…
Reference in New Issue