30 Aug
2022
30 Aug
'22
2:17 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/undname.c:
default: return FALSE; } if (xdt->left && mod) - xdt->left = str_printf(sym, "%s %s", xdt->left, mod); + xdt->left = str_printf(sym, "%s %s", mod, xdt->left/*, mod*/);
Please add a test for that change. Also please remove the /\*, mod\*/ comment. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/492#note_7234