Nikolay Sivov nsivov@codeweavers.com wrote:
U(pv[1]).iVal = iconIndex;
U(pv[1]).lVal = iconIndex;
This change is wrong and doesn't match the code below it in the patch.
On 01.01.2016 19:24, Dmitry Timoshkov wrote:
Nikolay Sivov nsivov@codeweavers.com wrote:
U(pv[1]).iVal = iconIndex;
U(pv[1]).lVal = iconIndex;
This change is wrong and doesn't match the code below it in the patch.
The change is correct, line below has to be fixed too, thanks.