Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 161083
Collapse All | Expand All

(-)gui/wxmain.cc.old (-2 / +2 lines)
Lines 850-857 Link Here
850
    debugCommandEvent = NULL;
850
    debugCommandEvent = NULL;
851
  } else {
851
  } else {
852
    // store this command in debugCommand for the future
852
    // store this command in debugCommand for the future
853
    wxLogDebug (wxT("storing debugger command '")) +
853
    wxLogDebug (wxString(wxT("storing debugger command '")) + 
854
      wxString(tmp, wxConvUTF8) + wxT("'"));
854
		wxString(tmp, wxConvUTF8) + wxT("'"));
855
    debugCommand = tmp;
855
    debugCommand = tmp;
856
  }
856
  }
857
}
857
}

Return to bug 161083