12 Jun
2025
12 Jun
'25
11:54 a.m.
eric pouech (@epo) commented about programs/cmd/builtins.c:
} }
+ if (numcopied) { + WCHAR* string; + string = WCMD_format_string(WCMD_LoadMessage(WCMD_NUMCOPIED), numcopied);
nitpick: `WCMD_output(WCMD_LoadMessage... `would be simpler -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8200#note_106326