7 Aug
2025
7 Aug
'25
10:18 a.m.
Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
static const char *debugstr_DEVPROPERTY( const DEVPROPKEY *key ) { - if (!key) return wine_dbg_sprintf("(null)");
Well, I think it was okay to have, would make sure we don't crash in the TRACE (and enable to see it) if the parameters are empty. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8723#note_112325