17 Sep
2024
17 Sep
'24
7:40 a.m.
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];
```suggestion:-0+0 buffer = data->icon_data; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2875#note_82355