mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
explorer: Remove unnecessary backslash when parsing /select and /root.
This commit is contained in:
parent
61ed9130bf
commit
eaa747311f
@ -639,6 +639,7 @@ static int copy_path_string(LPWSTR target, LPWSTR source)
|
||||
while (*source && *source != ',') target[i++] = *source++;
|
||||
target[i] = 0;
|
||||
}
|
||||
PathRemoveBackslashW(target);
|
||||
return i;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user