Fix bug with loading memory watches under Win32
This commit is contained in:
parent
25089b8458
commit
c0f91e3eda
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ void wxwin_mainwindow::handle_menu_click_cancelable(wxCommandEvent& e)
|
|||
std::string wexpr;
|
||||
std::getline(in, wname);
|
||||
std::getline(in, wexpr);
|
||||
new_watches[wname] = wexpr;
|
||||
new_watches[strip_CR(wname)] = strip_CR(wexpr);
|
||||
}
|
||||
delete ∈
|
||||
} catch(std::exception& e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue