Debugger: Fix typo when checking versions

Change-Id: Ic24e7f26228b4f1bc1e7ab3627e86036396584ed
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-28 12:47:39 +02:00
parent 867068c479
commit 38e98e60d5

View File

@@ -1828,7 +1828,7 @@ void GdbEngine::handleShowVersion(const GdbResponse &response)
//postCommand("set build-id-verbose 2", ConsoleCommand);
if (m_gdbVersion > 701000) {
if (m_gdbVersion > 70100) {
// Quick check whether we have python.
showMessage(_("NOTE: CHECK FOR PYTHON SUPPRESSED, VERSION TOO LOW"));
postCommand("python print 43", ConsoleCommand, CB(handleHasPython));