April 9, 2026
9:31 a.m.
Jacek Caban (@jacek) commented about dlls/iertutil/uri.c:
} }
- if(!is_file && *path && *path != '/') { + if(!is_file && *path && *path != '/' && *path != '\\') {
We have `is_slash` for that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10542#note_135692