mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-06 12:39:34 +08:00
cleanup
This commit is contained in:
@ -516,8 +516,8 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
PathCombine(terminalPath, winDir, L"system32\\cmd.exe");
|
PathCombine(terminalPath, winDir, L"system32\\cmd.exe");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!streqi(cmderStart.c_str(), L""))
|
if (!streqi(cmderStart.c_str(), L""))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user