Commit 0bc05d41 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Advance index as we set the atom values.

parent a41017f8
......@@ -321,7 +321,7 @@ static void intern_atoms(void)
wine_tsx11_unlock();
for (format = ClipFormats, i = 0; format; format = format->NextFormat)
if (!format->drvData) format->drvData = atoms[i];
if (!format->drvData) format->drvData = atoms[i++];
HeapFree( GetProcessHeap(), 0, names );
HeapFree( GetProcessHeap(), 0, atoms );
......
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