7 Aug
2025
7 Aug
'25
10:18 a.m.
Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
return hr; }
+static const char *debugstr_DEVPROPERTY( const DEVPROPKEY *key ) +{ + if (!key) return wine_dbg_sprintf("(null)");
```suggestion:-0+0 if (!key) return "(null)"; ``` Also, lets make this consistent with the other `debugstr_DEVPROPERTY` elsewhere. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8723#note_112323