4 Aug
2025
4 Aug
'25
4:25 a.m.
Maotong Zhang (@xiaotong) commented about dlls/devenum/createdevenum.c:
V_I4(&var) = i; IPropertyBag_Write(prop_bag, L"VFWIndex", &var);
+ swprintf(device_path, ARRAY_SIZE(device_path), L"/dev/video%d", i);
Is it really okay to code a Linux path here? It doesn't seem right. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8701#note_111945