Re: [PATCH] ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind)
Jan. 1, 2016
10:24 a.m.
Nikolay Sivov <nsivov(a)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. -- Dmitry.
January 2016
10:42 a.m.
New subject: [PATCH] ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind)
On 01.01.2016 19:24, Dmitry Timoshkov wrote:
Nikolay Sivov <nsivov(a)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.
3782
Age (days ago)
3782
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Nikolay Sivov