Fix bug with loading memory watches under Win32

This commit is contained in:
Ilari Liusvaara 2012-06-06 23:03:58 +03:00
parent 25089b8458
commit c0f91e3eda

View file

@ -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) {