Skip to content

Commit

Permalink
fix typo causing issue on multi-path processing
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Feb 28, 2024
1 parent ff36600 commit 7562c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ LRESULT CSearchDlg::DoCommand(int id, int msg)

CStringUtils::rtrim(m_searchPath, L"\\/");
SearchReplace(m_searchPath, L"/", L"\\");
SearchReplace(m_searchPath, L"\\|", L"\\");
SearchReplace(m_searchPath, L"\\|", L"|");

if (PathIsRelative(m_searchPath.c_str()))
{
Expand Down

0 comments on commit 7562c1f

Please sign in to comment.