Qt: Fix hex search
Vicki Pfau vi@endrift.com
Mon, 19 Jun 2017 21:02:30 -0700
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/MemorySearch.cpp
→
src/platform/qt/MemorySearch.cpp
@@ -49,7 +49,6 @@ if (m_ui.bits32->isChecked()) {
params->type = mCORE_MEMORY_SEARCH_32; } if (m_ui.numHex->isChecked()) { - bool ok; uint32_t v = m_ui.value->text().toUInt(&ok, 16); if (ok) { switch (params->type) {