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