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

advpack/tests: Fix some format-overflow warnings.

parent 56a83c58
......@@ -101,7 +101,7 @@ static void test_AddDelBackupEntry(void)
{
BOOL ret;
HRESULT res;
CHAR path[MAX_PATH];
CHAR path[MAX_PATH + 13];
CHAR windir[MAX_PATH];
lstrcpyA(path, CURR_DIR);
......
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