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.