Commit 5ea1caa6 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi/tests: Properly preserve pending file renames.

parent 85e9e219
......@@ -5598,12 +5598,8 @@ static void process_pending_renames(HKEY hkey)
{
lstrcpyA(buf2ptr, src);
buf2ptr += strlen(src) + 1;
if (*dst)
{
lstrcpyA(buf2ptr, dst);
buf2ptr += strlen(dst) + 1;
}
buf2ptr++;
lstrcpyA(buf2ptr, dst);
buf2ptr += strlen(dst) + 1;
continue;
}
......
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