11 Aug
2025
11 Aug
'25
7:51 a.m.
Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
return hr; }
+static const char *debugstr_DEVPROPKEY( const DEVPROPKEY *key ) +{ + if (!key) return wine_dbg_sprintf("(null)");
```suggestion:-0+0 if (!key) return "(null)"; ``` This has been fixed up in 5d8d16d28075e59e04e0e36577fe4a783c9f7186 but it should be here. I'd suggest to just squash 2a42f91147fe0a2f97483e216709fbcf675ffc49 and 5d8d16d28075e59e04e0e36577fe4a783c9f7186. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8723#note_112599