j
k
j a
j l
Rémi Bernon (@rbernon) commented about dlls/shell32/systray.c:
data = (struct notify_data *)buffer; memset( data, 0, sizeof(*data) ); buffer += sizeof(*data); buffer = &data->icon_data[0];
data = (struct notify_data *)buffer; memset( data, 0, sizeof(*data) );
buffer += sizeof(*data);
buffer = &data->icon_data[0];
```suggestion:-0+0 buffer = data->icon_data; ```
Back to the thread
Back to the list