Skip to content

Commit

Permalink
fixed a bug when jumping to a key from the list of handles
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed Feb 19, 2024
1 parent 4a709e0 commit dcb48ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RegExp/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ HTREEITEM CMainFrame::BuildKeyPath(const CString& path, bool accessible) {
auto hItem = path[0] == L'\\' ? m_hRealReg : m_hStdReg;
CString name;

int start = path[0] == L'\\' ? 2 : 0;
int start = path[0] == L'\\' ? 9 : 0;

if (path.Left(2) == L"\\\\") {
// remote Registry
Expand Down
Binary file modified RegExp/RegExp.rc
Binary file not shown.

0 comments on commit dcb48ef

Please sign in to comment.