26 Nov
2024
26 Nov
'24
8:15 a.m.
Nikolay Sivov (@nsivov) commented about dlls/oleaut32/olefont.c:
*ppvObj = 0;
+ if (lpFontDesc && !lpFontDesc->lpstrName) + return CTL_E_INVALIDPROPERTYVALUE; + if (!lpFontDesc) { static WCHAR fname[] = L"System";
I'd put that as "else" branch of the existing "if". -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6900#note_88891